As the resources are no longer on the website, the resources are now, unofficially, available on GitHub: GitHub - loren138/react-resources: React Programming: The Big Nerd Ranch Guide Resources
Chapter 14
The silver challenge should end with "Hint: You will likely want to create a separate function to handle the onChange
event for the ZIP code, as the logic will be difficult to fit inline in onChange
.
Chapter 21
You’ll need to also update @testing-library/react
to v14.0.0 using npm install --save @testing-library/react@14.0.0
to avoid warnings about things not being wrapped in act(...)
.