You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
A la
context
du compjure.The text was updated successfully, but these errors were encountered: