-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wp.data Overview #8354
Comments
There are no breaking changes planned, removing from |
I opened #8911 which explicitly imports I also noticed the following when looking at the implementation of
The general question is, what should be the strategy for including stores in a given package. In other words, how do we want to ensure that each package works out of the box with all the selectors and action it has listed in the codebase. |
The original purpose oof
So I think these make sense there.
I think explicitness (adding |
I've done some experimental work to add some more advanced functionality via the fresh-data project. This is with a plugin internal to This is with the plugin external from In all, the plugin architecture allowed me to get done what I needed to do this, even with the few key differences in architecture, such as component data mapping, requirements fulfillment, and multi-resource operations. |
I'm also working on some experimental code for a single plugin to hold a larger tree of state within the Calypso project. The goal here is to allow a |
Most of the basic pieces landed or are going to land in #10089 I'm closing this meta issue for now. It served its purpose. There are still things I want to improve on the data module but it could happen later without breaking changes. |
This issue seeks to organize pending work and improvements around the
wp.data
module.Tasks
Blocks
The text was updated successfully, but these errors were encountered: