Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 792 Bytes

File metadata and controls

38 lines (26 loc) · 792 Bytes

⚡ Server-Side Rendering (SSR) with React – Sample Project

This project demonstrates how to implement Server-Side Rendering (SSR) in a React application to improve performance, SEO, and initial load times.


🌐 Features

  • Server-side rendered React components
  • Express.js backend for SSR rendering
  • Optimized for SEO and fast first paint
  • Minimal, clean setup – perfect as a boilerplate

🛠 Tech Stack

  • React 18+
  • Node.js + Express
  • Webpack + Babel
  • React DOM Server (renderToPipeableStream)
  • Styled-components (optional for CSS-in-JS)

🚀 How to Run Locally

📦 Installation

git clone https://github.com/amarbalu/react-ssr-sample.git
cd react-ssr-sample
npm install

▶️ Start the App

npm run build npm run start