Notes on Next13


Uncategorized

Updated Jul 27th, 2023

Data fetching example here.

How can you limit database requests for a large summary page?

Can you click a button to fetch the data in the component? Sending to a guarded API seems like what this pattern is trying to avoid.

Router is imported from a different place

Each route inside app is a folder with a Pagemtsx file

Server component by default

“use client”