swc_rs Profile Banner
SWC Profile
SWC

@swc_rs

Followers
2K
Following
89
Media
8
Statuses
188

SWC is a platform for the web, based on rust.

Joined May 2021
Don't wanna be here? Send us removal request.
@swc_rs
SWC
23 days
They use SWC!
@aidenybai
Aiden Bai
1 month
while we're all stuck in the US-EU dominated React frameworks (Next.js, Remix, Vite, etc.) there's another whole ass ecosystem in China (with massive usage counts btw)
1
1
39
@kdy1dev
Donny (κ°•λ™μœ€)
1 month
The Wasm plugin of @swc_rs is a very powerful feature
@jamannnnnn
Jan Amann
1 month
Tfw you wake up and @kdy1dev rewrote your AST transformer in Rust 🀯 https://t.co/JkipUU3CC6
1
1
23
@kdy1dev
Donny (κ°•λ™μœ€)
2 months
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!
Tweet card summary image
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
@rspack_dev
Rspack
2 months
More speed from SWC: Lexer: 4–11% faster, Parser: 2-3% faster Shoutout to @c_punisher for making it happen πŸ™Œ
1
4
68
@nextjs
Next.js
2 months
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
Tweet card summary image
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
@swc_rs
SWC
3 months
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
@ronos_r
Ron Rosenshain
3 months
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
@rspack_dev
Rspack
3 months
27x faster HMR πŸš€
@meteorjs
Meteor.js
3 months
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
@_jbroma
Jakub RomaΕ„czyk
4 months
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
@kdy1dev
Donny (κ°•λ™μœ€)
4 months
Are you interested in purchasing long-term support for the @swc_rs Wasm plugin? This would provide the official plugin for use with older runtimes, such as @nextjs 14.
0
1
10
@kdy1dev
Donny (κ°•λ™μœ€)
5 months
My personal life has been busy lately and I haven't been able to spend much time on @swc_rs, which makes me even more grateful to the core team and contributors.
0
1
43
@robpalmer2
Rob Palmer
5 months
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
@swc_rs
SWC
5 months
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
@kdy1dev
Donny (κ°•λ™μœ€)
5 months
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
@rspack_dev
Rspack
5 months
πŸš€ 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
@kdy1dev
Donny (κ°•λ™μœ€)
5 months
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
@c_punisher
CPunisher
5 months
🀣 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
@kdy1dev
Donny (κ°•λ™μœ€)
5 months
I think I found the way to make @swc_rs Wasm plugin backward compatible to some amount. It’s not 100%, but it will make it compatible for most AST modifications. I’ll try and report back.
1
5
32
@swc_rs
SWC
5 months
SWC v2 will be about removing deprecated APIs and cleaning the .swcrc schema. Stay tuned!
@kdy1dev
Donny (κ°•λ™μœ€)
5 months
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