complete-intro-to-react-v7
complete-intro-to-react-v7 copied to clipboard
The Complete Intro to React v7 and Intermediate React v4 as taught on Frontend Masters
Currently, the course website text is using `npx eslint script.js` which doesn't match the file structure up to this point, or the video for this command. The file structure/video uses...
Hello, thank you for the course and your hard work. In [useReducer](https://btholt.github.io/complete-intro-to-react-v7/lessons/hooks-in-depth/usereducer) page you say "If not, there's a brief section on it [here](https://btholt.github.io/complete-intro-to-react-v7/redux-getting-started)." however, there is no Redux page...
should be https://pburtchaell.gitbook.io/redux-promise-middleware/ Site section below https://btholt.github.io/complete-intro-to-react-v7/lessons/redux/action-creators
There is a repetition of two "can" in the text. [Here ](https://github.com/btholt/complete-intro-to-react-v7/blob/main/lessons/02-no-frills-react/A-pure-react.md#L69)I think the second "can" needs to be replaced by the word "use": - First we're using document.getElementById to...