Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Rebuild create, update, delete #111

Open
JB1905 opened this issue Dec 25, 2020 · 0 comments
Open

Rebuild create, update, delete #111

JB1905 opened this issue Dec 25, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@JB1905
Copy link
Member

JB1905 commented Dec 25, 2020

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
})
@JB1905 JB1905 added the enhancement New feature or request label Oct 4, 2021
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant