React Series: useReducer
useState hook as we discussed in one part of the series, helps in handling state management. However, useState is used for simple state management. When the state gets complex, it becomes uneasy to manage and can get quite confusing.
In useState, we ...
oluwatrillions.hashnode.dev7 min read