Reactjs – How I use dynamic routes with subfolders?
I am having file structure like this: ├── books ├── reviews ├── [title].jsx <- want to route here │ └── page.jsx └── page.jsx On the /books page I generate a list of books, each of it it's has it's own…