You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 19, 2019. It is now read-only.
Hi there... I am still new with routing in react. Just wanna ask. am i doing this right?
So I have some features that each one has their own CRUD urls (like to see list, create new item, etc). But I am trying to seperate each feature to have its own main routes. So here's what I did to do it:
here's how i create url routes for feature called 'user' and 'member'
Hi there... I am still new with routing in react. Just wanna ask. am i doing this right?
So I have some features that each one has their own CRUD urls (like to see list, create new item, etc). But I am trying to seperate each feature to have its own main routes. So here's what I did to do it:
here's how i create url routes for feature called 'user' and 'member'
and I create a main route to combine those routes with this
3. main-route.jsx
And every time I click a link, it will be handled from the main-route, but it keeps giving this error whenever I click the links

I still thinks it won't harm me any further, but I can't ignore it.
Any response would be really great~
The text was updated successfully, but these errors were encountered: