react-complete-guide-code
react-complete-guide-code copied to clipboard
Code snapshots and materials for our "React - The Complete Guide" course (https://acad.link/reactjs)
fixing adding value for multiple expenses
I'm using WSL2 to follow the course, and there was an issue with this example project: auto-reload didn't work. It was throwing this error every time I updated a file...
added an extra comment - when a user is reading the code without the context of the video(module10 => video 17), confusion can be avoided
this is practice
Updated chapter Adding Routing in summary to use router v6
The paths to files in the UI folder were not capitalized, making the build fail when ran on a case-sensitive filesystem.
Dont verify.
App.js - In react-router-dom v6, Switch is replaced by Routes NewMeetup.js - In react-router-dom v6 useHistory() is replaced by useNavigate().
Updated according to tutorial. Added fetch 'POST' method to be able to send data to database.