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

Popular posts from this blog

Execute Jupyter notebooks line by line in VS Code

Using TensorFlow Serving

Text Summarisation with BERT