This assignmet is based on the practice of server and client side data fetching.
It Prefetches the data before the page loads. Highly used for static type of data. It allows faster page loads
Data is fetched after the page loads. Helpful foe dynamic type of data which has client interaction. Page loads in the browser.