|
|
|
|
|
by mpodlasin
3291 days ago
|
|
This is actually pretty bad. In redux dev tools you will not see if data is being fetched or failure occured.
Also, if you serialize and deserialize state object - say save it in local storage - empty array will be neither fetching nor failure one and strange bugs will occur. |
|