#nextjs
Read more stories on Hashnode
Articles with this tag
After the introduction of hooks in React v16.8, the way we write code in React has changed drastically. We no longer need to write class-based...
SSG vs SSR vs ISR ยท NextJs is a JavaScript framework build on top of React that supports Server Side Rendering out of the box. React application build...