ririchi2 / ssr-diving

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Server-Side Rendering Deep Dive

Welcome to the Server-Side Rendering (SSR) Deep Dive project! In this project, we will embark on a journey to uncover the inner workings of SSR frameworks like Next.js, Remix, and others. These frameworks, although complex on the surface, are built on a fundamentally straightforward concept. Our goal is to peel back the layers of abstraction and gain a deeper understanding of how SSR works under the hood.

Getting Started

To get started, follow these steps:

  1. Clone the repository:

    git clone https://github.com/your-username/ssr-diving.git
    
  2. Install dependencies:

    npm install
    
  3. Serve your app:

    npm run build && npm run serve

About


Languages

Language:JavaScript 48.5%Language:TypeScript 44.5%Language:HTML 7.0%