Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Route Nesting #18

Open
gf3 opened this issue Feb 28, 2014 · 2 comments
Open

Implement Route Nesting #18

gf3 opened this issue Feb 28, 2014 · 2 comments
Milestone

Comments

@gf3
Copy link
Collaborator

gf3 commented Feb 28, 2014

A la context du compjure.

@gf3 gf3 added this to the v2.0.0 milestone Feb 28, 2014
@hosiawak
Copy link

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.

@noprompt
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants