Tag:jsx
All the articles with the tag "jsx".
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.