From 8b21b16252513a2c4b34e74eb3f26e88beb1b7bc Mon Sep 17 00:00:00 2001 From: Jawher Kl Date: Fri, 23 Aug 2024 12:18:54 +0100 Subject: [PATCH] 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 --- .../frontend/content/swc@h26uS3muFCabe6ekElZcI.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/src/data/roadmaps/frontend/content/swc@h26uS3muFCabe6ekElZcI.md b/src/data/roadmaps/frontend/content/swc@h26uS3muFCabe6ekElZcI.md index c001fd1be..937ae0f3f 100644 --- a/src/data/roadmaps/frontend/content/swc@h26uS3muFCabe6ekElZcI.md +++ b/src/data/roadmaps/frontend/content/swc@h26uS3muFCabe6ekElZcI.md @@ -1 +1,12 @@ -# SWC \ No newline at end of file +# 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)