Skip to content

__this project is the live example of data fetching on server side as well as client side rendering.

Notifications You must be signed in to change notification settings

Alizabatool4268/next.js-assignment-seven

Repository files navigation

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.

About

__this project is the live example of data fetching on server side as well as client side rendering.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published