Closed k-ode closed 3 years ago
Creating a custom root store involves a lot of ceremony currently. This PR adds two helper functions createRootStore and createModelStore which make this easier.
createRootStore
createModelStore
Also cleans up the api surface of QueryCache with private methods.
Creating a custom root store involves a lot of ceremony currently. This PR adds two helper functions
createRootStore
andcreateModelStore
which make this easier.Also cleans up the api surface of QueryCache with private methods.