Skip to content

Commit ea6c9f4

Browse files
committed
docs: overview edits
1 parent 371c30d commit ea6c9f4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/getting-started/overview.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ createRoot(document.getElementById("root")).render(
4949
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:
5050

5151
- The layouts to render on the page
52-
- The code split JavaScript bundles to load
5352
- The data dependencies of those layouts
5453

5554
React Router embraces this convention with APIs for creating nested layouts coupled to URL segments and data.

0 commit comments

Comments
 (0)