Building A Counter Application Using Both useState and useReducer
Jan 11, 2023 · 3 min read · 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...
Join discussion