razzle

✨ Create server-rendered universal JavaScript applications with no configuration (by jaredpalmer)

Razzle Alternatives

Similar projects and alternatives to razzle

  1. Next.js

    2,330 razzle VS Next.js

    The React Framework

  2. Civic Auth

    Auth in Less Than 5 Minutes. Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today.

    Civic Auth logo
  3. React

    1,933 razzle VS React

    The library for web and native user interfaces.

  4. vite

    906 razzle VS vite

    Next generation frontend tooling. It's fast!

  5. create-react-app

    604 razzle VS create-react-app

    Set up a modern web app by running one command.

  6. Gatsby

    372 razzle VS Gatsby

    The best React-based framework with performance, scalability and security built in.

  7. Nest

    366 razzle VS Nest

    A progressive Node.js framework for building efficient, scalable, and enterprise-grade server-side applications with TypeScript/JavaScript 🚀

  8. redux

    302 razzle VS redux

    A JS library for predictable global state management

  9. SurveyJS

    JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor. Add the SurveyJS white-label form builder to your JavaScript app (React/Angular/Vue3). Build complex JSON forms without coding. Fully customizable, works with any backend, perfect for data-heavy apps. Learn more.

    SurveyJS logo
  10. styled-components

    242 razzle VS styled-components

    Visual primitives for the component age. Use the best bits of ES6 and CSS to style your apps without stress 💅

  11. react-router

    185 razzle VS react-router

    Declarative routing for React

  12. parcel

    185 razzle VS parcel

    The zero configuration build tool for the web. 📦🚀

  13. react-admin

    71 razzle VS react-admin

    A frontend Framework for single-page applications on top of REST/GraphQL APIs, using TypeScript, React and Material Design

  14. linaria

    51 razzle VS linaria

    Zero-runtime CSS in JS library

  15. react-starter-kit

    29 razzle VS react-starter-kit

    The web's most popular Jamstack front-end template (boilerplate) for building web applications with React

  16. react-boilerplate

    24 razzle VS react-boilerplate

    🔥 A highly scalable, offline-first foundation with the best developer experience and a focus on performance and best practices.

  17. react-styleguidist

    19 razzle VS react-styleguidist

    Isolated React component development environment with a living style guide

  18. compiled

    16 razzle VS compiled

    A familiar and performant compile time CSS-in-JS library for React.

  19. cosmos-js

    15 razzle VS cosmos-js

    Sandbox for developing and testing UI components in isolation

  20. react-ssr

    1 razzle VS react-ssr

    A baseline for server side rendering for your React application (by alexnm)

  21. why-did-you-render

    50 razzle VS why-did-you-render

    why-did-you-render by Welldone Software monkey patches React to notify you about potentially avoidable re-renders. (Works with React Native as well.)

  22. eslint-plugin-react

    React-specific linting rules for ESLint

  23. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better razzle alternative or higher similarity.

razzle discussion

Log in or Post with

razzle reviews and mentions

Posts with mentions or reviews of razzle. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-29.
  • Top 12+ Battle-Tested React Boilerplates for 2024
    5 projects | dev.to | 29 Apr 2024
    Razzle is a build tool created by Airbnb, which also simplifies server-side rendering. It abstracts away the complexity of configuring server-side rendering settings and allows developers to easily create versatile JavaScript applications. Razzle supports features like code splitting, CSS-in-JS, and hot module replacement, making it suitable for building React applications that require server-side rendering.
  • Server-Side Rendering (SSR) in React
    3 projects | dev.to | 18 Nov 2023
    Documentation
  • Dan Abramov responds to React critics
    5 projects | /r/reactjs | 25 Apr 2023
    You don't need NextJS for SSR. There are less opinionated alternatives like Remix that was built by the React Router team and is backed by Shopify now, you can use something like Razzle or one of its alternatives for semi-opinionated pure SSR or follow the Vite Docs and just do it yourself with express.
  • How are you building React applications? It's time to move on from Create React App
    13 projects | dev.to | 12 Apr 2023
    Razzle: I've never used it personally, but based on what I can tell it seems to be an attempt to enhance the Create React App concept, enabling CSR/SSR while also working well with libraries other than React.
  • 7 Tools and Frameworks for Faster Development in React
    6 projects | dev.to | 20 Feb 2023
    Razzle is a tool for building Universal applications: applications that can execute their JavaScript on the server. Or the client. Or both. Razzle uses a plugin architecture that allows you to change your mind about how you build your application. It will even let you change your mind about building your code in React, Preact, or some other framework entirely, like Elm or Vue.
  • Top 5 React Boilerplates to Know in 2023
    5 projects | dev.to | 15 Nov 2022
    5 Razzle Razzle Razzle uses this method to operate with a variety of frameworks, including Angular, Preact, Vue, Svelte, and not just React. While your app is running, just type rs in the console and press Enter to restart your server.
  • Stop developing app and learn React or continue forward?
    1 project | /r/node | 2 Jun 2022
    Ya... the answer is react ssr. I like razzle but there are others.
  • SASS vs CSS Modules vs CSS-in-JS vs Compile time CSS-in-JS. Who wins?
    9 projects | dev.to | 11 Jan 2022
    Somehow at the interview I was asked "what i think about difficulty of configuring Webpack for Linaria, at that moment I realized, what to find a solution to set up Linaria with SSR is not simple task", but I will show you the final result for example Razzle config:
  • Open Source React Developer Tools in Today's Digital Era
    3 projects | dev.to | 5 Dec 2021
    Each component is isolated and tested separately before being exported as a complete unit. It simplifies testing, because you just have to deal with this one component if you wish to make a little change. Bit is also great for test-driven development because of its component isolation.It is available for personal and open source projects at no cost. 9.Razzle Razzle simplifies SSR configuration by encapsulating it in a single dependency. It provides developers with a similar experience to create-react-app, but with more control over frameworks, routing, and data fetching.
  • Awesome React Resources
    34 projects | dev.to | 4 Dec 2021
    Razzle - Build production ready React applications. Razzle is toolchain for modern static and dynamic websites and web applications
  • A note from our sponsor - SurveyJS
    surveyjs.io | 15 May 2025
    Add the SurveyJS white-label form builder to your JavaScript app (React/Angular/Vue3). Build complex JSON forms without coding. Fully customizable, works with any backend, perfect for data-heavy apps. Learn more. Learn more →

Stats

Basic razzle repo stats
15
11,106
0.0
about 1 year ago

Sponsored
Auth in Less Than 5 Minutes
Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today.
www.civic.com

Did you know that JavaScript is
the 3rd most popular programming language
based on number of references?