Understanding useState hook with a real-world example -Part 2
Most of the time while working with real-world applications you would have to use arrays, objects, or an array of objects as states. In this blog, we will be implementing the add note, pin, unpin feature of Google Keep app with just useState hook.
P...
janaki2399.hashnode.dev4 min read