An open API service indexing awesome lists of open source software.

https://github.com/nshahaf/next-demo-project

Experimenting Next, server components & server data fetching with a prespective of a react user ,
https://github.com/nshahaf/next-demo-project

css-modules next15 react responsive-design serverless-framework

Last synced: 7 months ago
JSON representation

Experimenting Next, server components & server data fetching with a prespective of a react user ,

Awesome Lists containing this project

README

          

## Next.js Server Components & Data Fetching Exploration

This project was created as an experiment to explore the features of the Next.js framework from the perspective of a React user. The main goal was to dive into Server Components and data fetching within the Next.js ecosystem to understand how these features enhance performance and simplify app architecture.

Through this project, I aimed to:

- Test Next.js server-side rendering and static site generation capabilities
- Experiment with server components for better user experience and faster loading times
- Understand how data fetching works in Next.js using both server-side and client-side methods
- Practicing responsive and maintainable UI layouts with CSS Modules
- Leveraging the seamless Vercel integration for easy deployment and scaling

Feel free to explore the project and check out how the Next.js framework makes handling data fetching, rendering, and performance optimization much more efficient.

## To run locally

First, run the development server:

```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```

Open http://localhost:3000 with your browser to see the result.

## Deployed on Vercel

[https://next-demo-project-pi.vercel.app/](https://next-demo-project-pi.vercel.app/)

## Screenshot:
![image](https://github.com/user-attachments/assets/7c944081-4519-404a-80c6-1f242a00169f)