Self review: Creating a route - React Basic
What did you need to install in order to create routes?
react-router-dom
three.js
router-dom
react-dom
Instead of anchor tags, what tag did you use with React Router?
the to attribute
the Link tag
the element attribute
the To tag
What's...