Почему нужно использовать объект, а не массив, для списков в Redux
#jsarticle #javascript #redux #frontend #webdev
#jsarticle #javascript #redux #frontend #webdev
Medium
Why you should use an object, and not an array, for lists in Redux
The most common data structure to choose for lists in JS is an array. That might not be the best data structure for state management.