📄️ Create a project
Create an project and install the @jjmyers/object-relationship-store
📄️ Create a store
Create a model that represents the data and a store.
📄️ Create data
Create an object in the store
📄️ Read data
Read an object from the store. We will be using store.select() to retrieve data from the store.
📄️ Update data
Update an object in the store
📄️ Delete data
Delete an object from the store
📄️ Pagination
There is a special type of object we use to handle data on different pages where the order matters.