Please enable JavaScript.
Coggle requires JavaScript to display documents.
Learn nextjs (Basic (Styling components (nextjs recommend Css-in-js…
Learn nextjs
Basic
-
Fetching data for pages
getInitialProps can only be added to the default component exported by a page, adding it to any other component won't work.
-
-
-
-
-
-
API Routes
-
-
We're using a package called SWR to fetch our API, it's a React Hook for remote data fetching.
-
-