A simple application built with React and Next.js to practice Server-Side Rendering (SSR). This project is developed following the steps outlined in the book React 18 Design Patterns and Best Practices by Carlos Santana Roldan.
- Server-Side Rendering for improved SEO and performance.
- Basic routing with Next.js.
- Data fetching techniques demonstrated.
- Node.js (14+)
- npm or yarn
-
Clone the repo:
git clone https://github.com/yourusername/ssr-project.git
-
Navigate into the project directory:
cd ssr-project
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
- React 18 Design Patterns and Best Practices by Carlos Santana Roldan. GitHub Repository