General
When should I use Redux Resource?
Does this only work with React?
How does this library handle immutable state?
Does this only work with APIs that return data in a specific format?
Does this work with a backend that adheres to a well-defined format, such as JSON API?
Does this work with backends that are not strictly "RESTful"?
Does Redux Resource handle forms, or client-side changes to data?
Why does getStatus take the entire state as the first argument, while getResources takes a slice?
getStatus take the entire state as the first argument, while getResources takes a slice?What is the area that needs the most improvement in the Redux Resource API?
Last updated