secretary icon indicating copy to clipboard operation
secretary copied to clipboard

Implement Route Nesting

Open gf3 opened this issue 11 years ago • 2 comments
trafficstars

A la context du compjure.

gf3 avatar Feb 28 '14 21:02 gf3

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 avatar Mar 15 '15 06:03 hosiawak

@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.

noprompt avatar Mar 15 '15 21:03 noprompt