Skip to content

Rebuild create, update, delete #111

@JB1905

Description

@JB1905

e.g.:

// old
const { data, loading, error } = useCreateCategory({
  /* WordPress REST API options */
});

// new
const { mutate, data, loading, error } = useCreateCategory({
  /* WordPress REST API options */
});

...

mutate({
	// body
})

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions