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
Nested Routing is the general idea of coupling segments of the URL to component hierarchy and data. React Router's nested routes were inspired by the routing system in Ember.js circa 2014. The Ember team realized that in nearly every case, segments of the URL determine:
50
50
51
51
- The layouts to render on the page
52
-
- The code split JavaScript bundles to load
53
52
- The data dependencies of those layouts
54
53
55
54
React Router embraces this convention with APIs for creating nested layouts coupled to URL segments and data.
0 commit comments