DEV Community

Discussion on: Fast track your React learning with these 12 Tips!

Collapse
 
stereoplegic profile image
Mike Bybee

useReducer is lower level than useState (the latter is built on the former), but you can (and often should) use useState (try saying than three times fast!) with a useReducer-like syntax.