How to Handle Routes for Resources that are Related
I have organizations that have many deployments and users, and deployments have many devices
How sould I structure my resources routes in the <Refine> component under the resources property to handle this?
Should I do something like for uses:
or should I do:
Can i use the same
How sould I structure my resources routes in the <Refine> component under the resources property to handle this?
Should I do something like for uses:
or should I do:
Can i use the same
:id notifier, or does it need to be different if its used multiple times within the same route?