A Simple Approach to SSR with React 19 and esbuild

This page summarizes the projects mentioned and recommended in the original post on dev.to

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
Nutrient - The #1 PDF SDK Library
Bad PDFs = bad UX. Slow load times, broken annotations, clunky UX frustrates users. Nutrient’s PDF SDKs gives seamless document experiences, fast rendering, annotations, real-time collaboration, 100+ features. Used by 10K+ devs, serving ~half a billion users worldwide. Explore the SDK for free.
nutrient.io
featured
  1. react-app

    A Simple react app setup with SSR, CSR, Jest, TailwindCSS and esbuild (by willyelm)

    Note: You can find the contents of this tutorial in my repo https://github.com/willyelm/react-app

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. TypeScript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

    typescript: Adding Typing to our source code.

  4. React

    The library for web and native user interfaces.

    react: Component-based and interactive UI library.

  5. Express

    Fast, unopinionated, minimalist web framework for node.

    This is a simple application using Express static and middleware approach to serve static files, handle server routes, and route using react-router-dom.

  6. esbuild

    An extremely fast bundler for the web

    Why esbuild? compared to other tools esbuild keeps things minimal, it is very fast(the fastest bundler as of today) and supports typescript and esm by default.

  7. Nutrient

    Nutrient - The #1 PDF SDK Library. Bad PDFs = bad UX. Slow load times, broken annotations, clunky UX frustrates users. Nutrient’s PDF SDKs gives seamless document experiences, fast rendering, annotations, real-time collaboration, 100+ features. Used by 10K+ devs, serving ~half a billion users worldwide. Explore the SDK for free.

    Nutrient logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • The Technology Behind “Moyuk”: Create, Run and Share Tools with TypeScript on Your Browser

    20 projects | dev.to | 10 Apr 2023
  • Bit: Compose performant, consistent platforms from independent business features

    1 project | news.ycombinator.com | 15 Feb 2025
  • 5 Essential Tools Every Bootstrapped SaaS Startup Needs to Succeed

    1 project | dev.to | 12 Feb 2025
  • [Part 1] Build a CLI tool: Setup the tsonfig.json

    3 projects | dev.to | 3 Feb 2025
  • The Risks of User Impersonation

    2 projects | dev.to | 24 Jan 2025

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