- https://facebook.github.io/create-react-app/docs/adding-a-router
- https://reacttraining.com/react-router/web/guides/quick-start
- https://redux.js.org/introduction/installation
- Tutorial: https://www.youtube.com/watch?v=UZy6MxnudyU&list=PLLDNgndR69WeeHFoEg3-WG-mohPDXqZ2f&index=2
npx create-react-app .
npm install redux
npm install react-redux
npm install react-bootstrap bootstrap
npm install --save react-router-dom
- https://medium.com/@giovaldez/how-to-convert-any-web-page-to-reactjs-9740f1ba15db
- https://magic.reactjs.net/htmltojsx.htm
# Do this for images
src={require("./img/interior.jpg")}