Razzle

Create server-rendered universal JavaScript applications with no configuration. More info

Articles & Tutorials

Getting Started with Razzle: An Alternative SSR Framework for React (telerik.com)
Feb 05, 2019
Razzle is a tool that abstracts all complex configuration for SSR into a single dependency. Learn how to get started with Razzle in server-rendering React apps.

Video Guides & Talks

Razzle: SSR Without The Framework (youtube.com)
Nov 19, 2017
Universal React applications are tough to configure. Either you buy into a framework like Next.js, fork a boilerplate, or set things up yourself. Aiming to fill this void, Razzle is a tool that abstracts all the complex configuration needed for SSR into a single dependency--giving you the 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.

Podcast Episodes

Razzle with Jared Palmer (devchat.tv)
Jun 05, 2018
In this episode of React Round Up, the panel discusses Razzle and other projects with Jared Palmer. They talk about what Razzle is, the benefit of server-side rendering, and the difficulties he faced putting this project together. They also touch on why he chose to create Razzle and some of his other projects like Backpack and After.js.

Libraries

razzle (github.com)6477
v3.0.0
Apr 16, 2019
Create server-rendered universal JavaScript applications with no configuration