complete-intro-to-react-v6
complete-intro-to-react-v6 copied to clipboard
learn React.js with Brian Holt
Sorry -- couldn't seem to find the dev-apis component to file this against, so I'm filing it here. I added some pagination to my completed project (hooray!) and got back...
Following along in the course, have arrived at ESlint section. Trying to runt he command: `npm install -D [email protected] [email protected]` receive the errors ``` PS C:\www\complete-intro-to-react-v6\homework\AdoptMe> npm install -D [email protected]...
the word "get" was missing in the sentence, so fixed that.
At 3:00, this video starts playing a part of the the useMemo footage.
When running `npm run lint` from the root of adopt-me, this error shows up: **"Error: "prettier/react" has been merged into "prettier" in eslint-config-prettier 8.0.0. See: https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md#version-800-2021-02-21"** Removing `"prettier/react"` from extends...
Hello the jxs part is not working for me, I followed all the steps exactly in the class but seems linter doesn't like HTML code in .js file as formatting...
When trying to integrate tailwind for the first time, parcel throws this error after trying to build the project ``` /mnt/c/Users/Shaleen/Documents/Visual Studio 2019/Courses/Frontend Masters/Intermediate React V3/src/style.css:undefined:undefined: JSON5: invalid character '\"'...
Since `componentDidUpdate` won't be called for the 1st render, if any error happens in the first render, it won't get redirection automatically. This is mentioned in the course itself here...
Prevents error: `Error: "prettier/react" has been merged into "prettier" in eslint-config-prettier 8.0.0. See: https: //github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md#version-800-2021-02-21` There was a change in the repository with the project's code: https://github.com/btholt/citr-v6-project/commit/1fb63d38055217b08353a0a76d1e1bb327962212, but JSX lesson...