Introduction
Last updated
Last updated
A normalized data store.
✓ Works in Node or in the browser ✓ Normalizes data ✓ Flexible: define schemas for extra robustness, or choose not to ✘ Sophisticated relationship support (coming soon)
Note: this library is not yet ready to be used.
Install using npm:
or yarn:
View the documentation at standard-resource.js.org ⇗.
Follow this guide to get a taste of what it's like to work with Standard Resource.
First, we create a store. A store is where all of our resource data will be located.
Next, we can add a resource to the store. Let's create add a book with an ID of "24":
Now that we have created our book, we can retrieve it.
This is just a small sample of what it's like working with Standard Resource.