How to think in Next.js - Learn the Mental Model

The most important thing when learning a new framework, especially ones which have a new way of doing things is to understand how to think (or design) solutions to a problem. Next.js claims the major issue it fixes on top of React.js is “Pre Rendering” What is Pre Rendering Historically frameworks like JSP used to render the HTML content of the page on the server-side and send the rendered HTML page to the browser....

May 8, 2021 · 5 min · 970 words · Poovamraj T T