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

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.

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.