Skip to content

Razzle

Build modern JavaScript applications. From zero to production.

JavaScript applications are tough to setup. Either you buy into a framework, fork a boilerplate, or set things up yourself. Aiming to fill this void, Razzle is a tool that abstracts all complex configuration needed for both SPA's and SSR applications into a single dependency--giving you the awesome developer experience of create-react-app, but then leaving the rest of your app's architectural decisions about frameworks, routing, and data fetching up to you. With this approach, Razzle not only works with React, but also Preact, Vue, Svelte, and Angular, and most importantly......whatever comes next.

Razzle comes with the "battery-pack included":

  • 🔥 Universal Hot Module Replacement, so both the client and server update whenever you make edits. No annoying restarts necessary
  • Comes with your favorite ES6 JavaScript goodies (through babel-preset-razzle)
  • Comes with the same CSS setup as create-react-app
  • Works with React, Preact, and Reason-React as well as Angular and Vue if that's your thing
  • Escape hatches for customization via .babelrc and razzle.config.js
  • Jest test runner setup with sensible defaults via razzle test
  • SPA mode, build client side apps with razzle

Not ready for Razzle 4.0?

Razzle 3 docs

Getting help

If you get stuck, check out Razzle's GitHub Discussions. In addition, #razzle-afterjs on Formium Community Discord Server is a great way to get help quickly too.