secretary
secretary copied to clipboard
Implement Route Nesting
Would it be possible to provide an example of how to implement route nesting in the README please ? I need to implement nested UI views in my app as follows:
/schema - renders 1 left pane /schema/fields - render 1 left pane and 1 right pane
For this to work when handling /schema/fields I need to know to render the /schema component (the left pane too) and it sounds like for this I need nested routes.
Any hints or suggestions would be much appreciated because now I don't even know where to start looking.
@hosiawak I don't have to time to put together the source for that but at any rate the README probably wouldn't be the place for it. Also I'm not clear on the problem you're attempting to solve and am uncertain how route nesting would help.