Skip to content

Commit 496a3d6

Browse files
committed
Inline links
1 parent 6e18a04 commit 496a3d6

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

doc/00 Guides/AdvancedUsage.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Advanced Usage
22

3-
React Router is great for small sites like [React.js Training][shameless] ("React Router brought to you by ...") but it's built with websites like [facebook][fb] and [twitter][t] in mind, too.
3+
React Router is great for small sites like [React.js Training](https://reactjs-training.com) ("React Router brought to you by ...") but it's built with websites like [facebook](https://www.facebook.com/) and [twitter](https://twitter.com/) in mind, too.
44

55
The biggest concern for large apps is the amount of JavaScript required to boot the app. Large apps should download only the JavaScript required to render the current view. Some people call this "code splitting", you split your code up into multiple bundles that are loaded on-demand as the visitor navigates around.
66

@@ -40,7 +40,4 @@ Now go look at what hacks you have in place to do this. Just kidding, I don't wa
4040

4141
Check out the [huge apps][huge] example in the repository with your web inspector open and watch code get loaded in as you navigate around the demo.
4242

43-
[shameless]:https://reactjs-training.com
44-
[fb]:http://facebook.com
45-
[t]:http://twitter.com
4643
[huge]:/examples/huge-apps

0 commit comments

Comments
 (0)