Skip to content

Commit

Permalink
Update 2023-09-19-ladle-v3.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tajo authored Oct 3, 2023
1 parent 078da35 commit 813b3bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/website/blog/2023-09-19-ladle-v3.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Having taken our break from Storybook, Webpack, and Babel, today I'm eager to sh

- [SWC](https://swc.rs/) (Speedy Web Compiler) is now the default compiler, replacing Babel for transforming React and Typescript in Ladle projects. This shift leads to 2x faster production builds, swift initial startup, and incremenetal builds. We've exclusively adopted it for our internal projects. Furthermore, we've crafted our own set of [plugins](https://github.com/tajo/swc-plugin-fusion) to replace certain Babel plugins. We're confident in its scalability; however, if preferred, you can [revert](/docs/babel) to the Babel-based @vite/plugin-react.
- Official support for Node v18 and v20, while Node v16 is now deprecated.
- React 18+ is supported. React v17 is now deprecated.
- Added [MDX stories](/docs/mdx) and markdown compatibility.
- A streamlined method to [mock dates](/docs/mock-date) within stories.
- CSS-in-JS libraries function without any extra tweaks. Documented configurations are available for [Emotion](/docs/css#emotion), [Styled-components](/docs/css#styled-components), [BaseWeb + Styletron](/docs/css#baseweb-and-styletron), [Tailwind](/docs/css#tailwind).
Expand Down

0 comments on commit 813b3bc

Please sign in to comment.