June 2018
Intermediate to advanced
360 pages
12h 19m
English
This chapter covers
In this chapter, you’re going to start making your app more robust and scalable by adding routing. Routing means users will be able to navigate to different sections of the app using URLs. The app has been limited to only one page until now, which would hamper growth when you add sections to it. Larger applications would especially suffer from overcrowding without routing or another mechanism to give the app manageable hierarchy. We’ll see how to solve this problem for your application using React. You’ll build a simple router from scratch in order to better understand ...
Read now
Unlock full access