Skip to content

Commit

Permalink
Inline links
Browse files Browse the repository at this point in the history
  • Loading branch information
mjackson committed Aug 17, 2015
1 parent 6e18a04 commit 496a3d6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions doc/00 Guides/AdvancedUsage.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Advanced Usage

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

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.

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

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.

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

0 comments on commit 496a3d6

Please sign in to comment.