Adding React Router to out app
As it stands our app will get very untidy as we add functions. We can separate components and import them to a main file as needed, but navigation for the user is still going to be messy, or difficult to set up.
React Router lets us use links to React Components to tidy our user experience up. So I have separated out the (blank) home page from the New Book and list components.
React Router is here.
Comments
Post a Comment