WordPress Data Store Properties: Actions
In the previous post of this series, we took a brief interlude to take a look at an app that is using tree state to manage the data the app is using. We discovered that, while the app was functional,...
View ArticleWordPress Data Store Properties: Reducer
In the exploration through wp.data, we’ve already created the necessary properties needed to register the custom products store for our example app. This includes, action creators, selectors,...
View ArticleWordPress Data Store Properties: Actions
In the previous post of this series, we took a brief interlude to take a look at an app that is using tree state to manage the data the app is using. We discovered that, while the app was functional,...
View ArticleWordPress Data Store Properties: Reducer
In the exploration through wp.data, we’ve already created the necessary properties needed to register the custom products store for our example app. This includes, action creators, selectors,...
View ArticleWordPress Data Store Properties: Actions
In the previous post of this series, we took a brief interlude to take a look at an app that is using tree state to manage the data the app is using. We discovered that, while the app was functional,...
View ArticleWordPress Data Store Properties: Reducer
In the exploration through wp.data, we’ve already created the necessary properties needed to register the custom products store for our example app. This includes, action creators, selectors,...
View ArticleWordPress Data Store Properties: Actions
In the previous post of this series, we took a brief interlude to take a look at an app that is using tree state to manage the data the app is using. We discovered that, while the app was functional,...
View ArticleWordPress Data Store Properties: Reducer
In the exploration through wp.data, we’ve already created the necessary properties needed to register the custom products store for our example app. This includes, action creators, selectors,...
View ArticleWordPress Data Store Properties: Actions
In the previous post of this series, we took a brief interlude to take a look at an app that is using tree state to manage the data the app is using. We discovered that, while the app was functional,...
View ArticleWordPress Data Store Properties: Reducer
In the exploration through wp.data, we’ve already created the necessary properties needed to register the custom products store for our example app. This includes, action creators, selectors,...
View ArticleWordPress Data Store Properties: Actions
In the previous post of this series, we took a brief interlude to take a look at an app that is using tree state to manage the data the app is using. We discovered that, while the app was functional,...
View ArticleWordPress Data: Interfacing With the Store
Now that we have our new custom data store registered, we need to start integrating it with our example app. There are numerous ways in which you can interface with the data store in your components...
View ArticleLittle update to wp.data series
Roughly three years ago I started writing a series of posts on the wp.data API. Little did I know how valuable this post would be to so many people within the WordPress community (and at my current...
View ArticleWordPress Data: Putting it all together and registering your store!
To recap: so far in the series we’ve looked at the various properties of the configuration object for a store: selectors: which interface with the store for retrieving data from its state.actions:...
View ArticleWordPress Data: Interfacing With the Store
Now that we have our new custom data store registered, we need to start integrating it with our example app. There are numerous ways in which you can interface with the data store in your components...
View ArticleWordPress Data: Putting it all together and registering your store!
To recap: so far in the series we’ve looked at the various properties of the configuration object for a store: selectors: which interface with the store for retrieving data from its state.actions:...
View ArticleWordPress Data: Interfacing With the Store
Now that we have our new custom data store registered, we need to start integrating it with our example app. There are numerous ways in which you can interface with the data store in your components...
View ArticleWordPress Data: Putting it all together and registering your store!
To recap: so far in the series we’ve looked at the various properties of the configuration object for a store: selectors: which interface with the store for retrieving data from its state.actions:...
View ArticleWordPress Data: Interfacing With the Store
Now that we have our new custom data store registered, we need to start integrating it with our example app. There are numerous ways in which you can interface with the data store in your components...
View ArticleWordPress Data: Putting it all together and registering your store!
To recap: so far in the series we’ve looked at the various properties of the configuration object for a store: selectors: which interface with the store for retrieving data from its state.actions:...
View Article