React hooks: useState VS useReducer
A question many React developers find themselves asking is what is the difference in useState and useReducer and when should one be chosen over the other. This article sets out to answer these questions one and for all.