I Finally Looked Into SWC vs Babel — Here's What I Found
Here’s what I found after going down the rabbit hole.
What’s a Transpiler, Again?
Both Babel and SWC are transpilers, they convert code from one version of a language to another. For JavaScript, that means turning modern syntax (like async/await, opt...
swc-or-babel.hashnode.dev2 min read