epicweb-dev / react-hooks

Learn React Hooks! 🎣 ⚛
https://hooks.epicreact.dev
Other
2.78k stars 1.91k forks source link

Exercise 6: `status` is no longer manually written #166

Closed israelmuca closed 2 years ago

israelmuca commented 2 years ago

This way we get code autocompletion of the possible status available, and we remove possible errors by writing a non-existent status.

kentcdodds commented 2 years ago

Thanks! While I appreciate the suggestion, I like to keep this code as it is in the videos so we don't confuse anyone.

Cheers!