boolean-uk / software-developer

0 stars 0 forks source link

React Curriculum Development - Replace CryptoTracker exercise with Effect For Fetch exercise #42

Closed ghost closed 2 years ago

ghost commented 2 years ago

CryptoTracker only had one opportunity to practice useEffect and many of the components were already built.

New exercise has three opportunities to practice useEffect and build components from scratch.

ghost commented 2 years ago

Link to repo of the new exercise:

https://github.com/boolean-uk/boolean-uk-react-effect-for-fetch

Done.