https://github.com/alizabatool4268/next.js-assignment-seven
__this project is the live example of data fetching on server side as well as client side rendering.
https://github.com/alizabatool4268/next.js-assignment-seven
clientside-rendering datafetching serverside-rendering
Last synced: 25 days ago
JSON representation
__this project is the live example of data fetching on server side as well as client side rendering.
- Host: GitHub
- URL: https://github.com/alizabatool4268/next.js-assignment-seven
- Owner: Alizabatool4268
- Created: 2024-12-22T06:57:09.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-12-23T17:01:40.000Z (11 months ago)
- Last Synced: 2025-06-06T13:06:59.972Z (5 months ago)
- Topics: clientside-rendering, datafetching, serverside-rendering
- Language: TypeScript
- Homepage: https://next-js-assignment-seven-zeta.vercel.app
- Size: 173 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Introduction
This assignmet is based on the practice of server and client side data fetching.
## server side data fetching
It Prefetches the data before the page loads.
Highly used for static type of data.
It allows faster page loads
## client side data fetching
Data is fetched after the page loads.
Helpful foe dynamic type of data which has client interaction.
Page loads in the browser.