Examples
Last updated
Last updated
A number of examples are distributed with the library's .
To run this example:
This example shows what the most basic usage of Redux Resource looks like. Two differences between a real-world application and this example are:
A real-world application would likely use the performant bindings for re-rendering.
A real-world application would likely use so that it could have multiple resources in its state tree.
To run this example:
This example shows how you can use request objects to track requests that don't target a specific resource ID. It also shows you how lists can be used to display two different ordered subsets of the same type of resource.
In this example, a user's owned books are fetched, then displayed in a list on the interface. At the same time, a list of recently released books are also fetched, and displayed in another list in the interface.
This is a list of open-source projects that are using Redux Resource.
Do you have an open source project that uses Redux Resource that you would like to add to the list? Open an issue or make a Pull Request!
A real-world application would likely use the performant bindings for re-rendering.
: A desktop client for JIRA.
: A simple recreation of the GitHub Gists webapp.