You’ve been using useSelector hook wrong
If you use React functional components and Redux, chances are you are using useSelector hook to get the data from the store. But you must be careful.
All about modern web development
Short posts consisting of useful dev tips.
If you use React functional components and Redux, chances are you are using useSelector hook to get the data from the store. But you must be careful.
Introducing every method if you want to check if all elements in the array are passing a condition you can use every method. every accepts...
There are many options when it comes to setting up your computer for developing web applications. If you’re using Windows, I covered some of them...