Dojo Data Middleware #524
Labels
area: core
Core
area: stores
Stores
enhancement
New feature or request
next
Issue/Pull Request for the next major version
One of the most common uses of application state or application state store is working with CRUD style resources, managing the status of resource requests, fetching resources, creating resources, updating resources and more. This is currently possible using a solution such as
@dojo/framework/stores
but requires significant investment on the user to model data, manage statuses, fetch/update/create resources and enabling the application to provide feedback to the user (loading, failed etc).Proposal
Create a first class API built for working with resources throughout Dojo applications. The idea is that the user would not need any intimate knowledge about how the resource data is stored.
This would use the new middleware for function-based and allow users to customise the API for the specific resource type and use this as normal within application. The "data" middleware should be able to support the complete range of CRUD related scenarios when working with resources:
The text was updated successfully, but these errors were encountered: