How to reuse a child routes
#react-router
I have a route like this:
- // will show members of $id company
- // will show all members
The members route will render the same component , it just uses different parameters to
This is just a small sample, there are many similar route reuse cases for me.
I have a route like this:
- // will show members of $id company
- // will show all members
The members route will render the same component , it just uses different parameters to
fetch.This is just a small sample, there are many similar route reuse cases for me.