Your app pages, e.g /home, /nft/:id & /artist/:id The pages are normally linked with react-router
Last updated 3 years ago
π¦pages β£ πartist β β πindex.tsx β£ πhome β β πindex.tsx β£ πnft β β πindex.tsx
The pages folder contains the pages (routes) that are currently on the App. These pages are implementations of the routes.
e.g we currently have
/ (homepage)
/
/nft/<id> the single nft page. π
/nft/<id>
/artist/<id> the artist (creator) page. π
/artist/<id>