#wemakedevs
Read more stories on Hashnode
Articles with this tag
Why do we use UseReducer if we have UseState? So up until now, we have been using the useState hook to manage all our state, right? However, as...
Let's understand how lifting up the state works and why it's so important. Let's understand with an example, let's use the checkout part of any...