SWC
@swc_rs
Followers
2K
Following
89
Media
8
Statuses
188
SWC is a platform for the web, based on rust.
Joined May 2021
If you are using SWC for your project, please consider giving us a star on GitHub :) https://t.co/AKpTLfF4YF
github.com
Rust-based platform for the Web. Contribute to swc-project/swc development by creating an account on GitHub.
1
3
37
The Wasm plugin of @swc_rs is a very powerful feature
Tfw you wake up and @kdy1dev rewrote your AST transformer in Rust π€― https://t.co/JkipUU3CC6
1
1
23
Starting from v1.15.0, the Wasm plugins of @swc_rs are now backward-compatible! Read more at https://t.co/wG6PTXEh0w Thank you so much for the hard work, quininer (on Github) and @rspack_dev! This will improve the QoL for users of @swc_rs, @rspack_dev, and @nextjs!
blog.swc.rs
We are thrilled to announce a major quality-of-life improvement for the entire SWC ecosystem. Starting from @swc/core v1.15.0, our Wasm plugins are now backward-compatible! Previously, developers...
6
12
46
More speed from SWC: Lexer: 4β11% faster, Parser: 2-3% faster Shoutout to @c_punisher for making it happen π
1
4
68
Next.js 16 β’ Cache Components β’ Turbopack enabled by default β’ Turbopack file system caching (beta) β’ Optimized navigations and prefetching β’ Improved caching APIs β’ Build Adapters API (alpha) β’ React 19.2 https://t.co/axFBZJUZpQ
nextjs.org
Next.js 16 includes Cache Components, stable Turbopack, file system caching, React Compiler support, smarter routing, new caching APIs, and React 19.2 features.
146
525
4K
These are PRs towards @swc_rs made by AutoDev + Claude Code - https://t.co/vmeNg7KaBR - https://t.co/JfQ1Gn3jPX - https://t.co/cVeNwKlEPG Composite Task: true Prompt: "Fix <issue_url>"
github.com
Summary Implements a new optimization pass in the SWC ECMAScript minifier to merge duplicate import statements from the same module source, reducing bundle size by eliminating redundant imports. Fi...
1
2
15
Introducing our new core team member! He has made significant contributions to improving SWC's performance. https://t.co/1q5VpQcD1p
github.com
bvanjoi has 41 repositories available. Follow their code on GitHub.
4
2
25
We migrated our largest web monorepo from babel + webpack to @swc_rs + @rspack_dev and couple things stood out: 1. rspack team did an incredible job making the migration easy (it's a 6+ years old app - imagine how complicated our config is). Genius to keep it API compatible!
3
5
41
27x faster HMR π
Meteor 3.4 Beta is here! Featuring Rspack integration for 4x faster builds, tree shaking (50% smaller bundles), and modern setups like ESM, React Router v7, Vue, and Solid. Full details: https://t.co/0XDXDKwwWA
4
10
102
Just resolved an issue where the new babel-swc-loader in @repack_rn was performing poorly. From 115.4s β 2.6s π₯ Turns out it was a 100k+ lines prebundled lib that was getting processed by a single Babel worker π€― Delegating this to @swc_rs decreased the build time 40x!
3
9
56
ECMAScript excitement π Congrats to @magic_akari & @kdy1dev on shipping parsing support for TC39 Stage 3 `import defer` in SWC π import defer * as ns from "mod" This feature improves performance via lazy evaluation of (eagerly fetched) modules π https://t.co/XieWwrIOPd
github.com
Rust-based platform for the Web. Contribute to swc-project/swc development by creating an account on GitHub.
1
21
129
If you are using @swc_rs for your app, please consider donating via https://t.co/nRFq5M4vP7 or https://t.co/90SxCMZ7eZ ! If you are not making money out of it, please give us a star on Github. https://t.co/AKpTLfF4YF
1
10
34
I'll align the AST definition of @swc_rs with that of @tseslint. It's for interoperability with other tools, including @babeljs, which also aligned their AST with it. Tracking issue:
github.com
Describe the feature It will help many people. Iβm planning to do this before v2 This will also help integrating the React Compiler Babel plugin or link to the feature description babel/babel#16679...
2
7
59
π SWC parser just got 12-14% faster in the past 2 weeks! Our team contributed 30+ PRs and we're just getting started πͺ
6
12
160
I'm working to improve the compression rate of the @swc_rs minifier! Current status: Total (gzipped) swc: 12.61MB terser: 12.66MB Size ratio: 99.56% swc produced smaller or equal output for 2128 files out of 2212 files, 96.20% Details at
github.com
I did cls && dbg-swc es minifier ensure-size ~/projects/swc-minifier-inputs and I got the list of files where SWC minifier has a worse compression rate compared to terser. I'll investig...
2
6
65
π€£ Remove two `todo!()`s in swc and get 1~2% performance improvement of the minifier. https://t.co/5MIrL52IjD
github.com
Description: I notice this may reduce the count of instructions and memory access before calculating the jump table.
1
1
16
SWC v2 will be about removing deprecated APIs and cleaning the .swcrc schema. Stay tuned!
I developed @swc_rs when I didn't have a single day of real-world work experience and released 1.0 too quickly, so there are some issues with the configuration API. I decided to fix that first with v2
0
3
42