Tag:nextjs
All the articles with the tag "nextjs".
Creating a Component in NextJS
Posted on:April 19, 2023 at 08:22 PMA step-by-step guide for creating a reusable component within NextJS, including an example of how to define the component as a function that returns a JSX element and export it from a file.
Server-Side Rendering with NextJS
Posted on:April 20, 2023 at 10:09 PMThe article provides a step-by-step guide for implementing Server-Side Rendering (SSR) with NextJS, a popular framework for building React-based web applications, with codeblock examples.