Create New Page

Here We will see how to create a new page.

First we will create a folder inside src >pages. We recommend creating files according to the structure you make in the navigation bar, this makes managing and accessing the files easier.

For Example: we need to create a page inside some category and give the link in the navigation bar. Our link looks something like this:

Now According to our sidebar we have make the folder structure. We will create "parent" folder inside src>pages. And inside parent folder we create childlink1.jsx and childlink2.jsx files. Now that we have created our files, we need to create routes to render those pages.

Tip:Tip:You can find information on creating routes in ourGuide to Routing