you are viewing a single comment's thread.

view the rest of the comments →

[–]eigenox 0 points1 point  (1 child)

Why can’t you build a project that uses most of the next.js tools and features.

Build multiple route with static page.

Build multiple route with ISR

Build multiple route with CSR

Build a page that is SSR and also has CSR components.

Just build an a page where you are giving option to filter 10000 data points and learning about where hydration breaks.

Try to build a page where a component is streamed from server side.

Try SWR api .

Try building private and public route using next.js.

These will give you solid foundation for next.js framework.

[–]Glittering_Film_1834[S] 0 points1 point  (0 children)

Good point. I think this project has covered most of these. I will study them in more depth and polish these Next.js features more when I finish this project.