Building A Counter Application Using Both useState and useReducer
I built an app that counts, it's features includes Increment, Decrement, setValue, Reset. i made use of two different hooks to create this counter application. while the methods are different , both gave the same output.
Here is a live link to the pr...
niphen.hashnode.dev3 min read