citr-v8-project
citr-v8-project copied to clipboard
Steps for the project for the Complete Intro to React v8 and Intermediate React v5
Removes the ESLint error created and discussed at approximately 2:52 in the [Context Q&A video](https://frontendmasters.com/courses/complete-react-v8/context-q-a/) under the Special Case React Tools section of the Complete Intro to React, v8 Frontend...
From step 7 onwards, the `Pet` component implements this code inside an `` or `` element: ``` {name} {`${animal} — ${breed} — ${location}`} ``` The `name` prop used for the...
The line `document.getElementById("root")` was appeared twice. I removed it to match what's done in the lesson.
While taking the course, I noticed this error. I hope this PR will be able to fix this. **### The Error:** We are rending "No Pets" when the pet.length is...