mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-09-03 14:22:41 +02:00
Add content to swc (#6747)
* Update swc@h26uS3muFCabe6ekElZcI.md - Added a brief introduction and description of SWC (Speedy Web Compiler). - Included relevant resources such as official website, documentation, tutorials, and articles. This update helps new users quickly understand SWC and find additional learning materials. * Update src/data/roadmaps/frontend/content/swc@h26uS3muFCabe6ekElZcI.md --------- Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
This commit is contained in:
@@ -1 +1,12 @@
|
|||||||
# SWC
|
# SWC (Speedy Web Compiler)
|
||||||
|
|
||||||
|
**SWC** (Speedy Web Compiler) is a JavaScript and TypeScript compiler and bundler built in Rust. Unlike Babel, which is JavaScript-based, SWC leverages Rust for blazing-fast performance, making it an ideal choice for large-scale projects. It focuses on speed while offering modern features like tree shaking, JSX transformation, and module bundling, catering to frontend development and build optimization.
|
||||||
|
|
||||||
|
Visit the following resources to learn more:
|
||||||
|
|
||||||
|
- [@official@SWC Website](https://swc.rs/)
|
||||||
|
- [@official@SWC Documentation](https://swc.rs/docs/)
|
||||||
|
- [@video@Introduction to SWC](https://www.youtube.com/watch?v=wlmbNWC3yB8)
|
||||||
|
- [@article@SWC vs Babel: A Rust-Powered Speed Revolution](https://blog.logrocket.com/swc-vs-babel/)
|
||||||
|
- [@article@Why SWC is the Future of JavaScript Tooling](https://dev.to/somelink/why-swc-is-the-future-of-javascript-tooling)
|
||||||
|
- [@feed@Explore top posts about SWC](https://app.daily.dev/tags/swc?ref=roadmapsh)
|
||||||
|
Reference in New Issue
Block a user