Reactfrontend
Zustand
Apr 2, 2026
ViewPresets, Plugins & Config What Babel Does Babel is a compiler: it parses source into an AST, applies plugin-defined transforms, then generates new code. It rewrites modern/non-standard syntax (arrow functions, optional c…
ReadPolyfills, TypeScript & the JSX Runtime Syntax Transforms vs. Polyfills Syntax transforms rewrite new SYNTAX into equivalent old syntax at compile time (const → var). Polyfills add missing RUNTIME features (Promise, Arra…
ReadSave this stack to your personal DevRecall — add your own notes, track what you're learning, and share what you know with the community.
Get started — free forever