Skip to content
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

[WIP] Try/fresh data as data plugin #8754

Closed
wants to merge 3 commits into from
Closed

[WIP] Try/fresh data as data plugin #8754

wants to merge 3 commits into from

Commits on Aug 14, 2018

  1. Try fresh-data within @wordpress/data

    This adds fresh-data functionality to @wordpress/data through a
    `registerApi` function (in lieu of `registerStore`,
    `registerActions`, etc.) And using a new `withResources` HOC.
    coderkevin committed Aug 14, 2018
    Copy the full SHA
    ee5a757 View commit details
    Browse the repository at this point in the history
  2. Add mutations to resources

    This adds mutations to the `registerApi` options, and also a
    `mapMutationsToProps` function to the `withResources` HOC.
    coderkevin committed Aug 14, 2018
    Copy the full SHA
    b0e3734 View commit details
    Browse the repository at this point in the history
  3. data: Adapt fresh-data as a data plugin

    Use the new plugin mechanism within `@wordpress/data` to try out
    fresh-data to support advanced data features.
    coderkevin committed Aug 14, 2018
    Copy the full SHA
    624dbbb View commit details
    Browse the repository at this point in the history