We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I just found this very promising looking project and I'm very interested in getting it to work.
Can you give me some detail on how to use useCrudHook?
useCrudHook
In the README, you wrote:
// Create your CRUD functions // and store them within useCustom_CRUD
I'm not really sure what that means.
I assume useCustom_CRUD is supposed to be a function that I need to define?
useCustom_CRUD
Can you give me some hints on how to implement a CRUD hook for REST? (I mean create=POST, read=GET, update=PUT/PATCH, delete=DELETE)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I just found this very promising looking project and I'm very interested in getting it to work.
Can you give me some detail on how to use
useCrudHook
?In the README, you wrote:
I'm not really sure what that means.
I assume
useCustom_CRUD
is supposed to be a function that I need to define?Can you give me some hints on how to implement a CRUD hook for REST? (I mean create=POST, read=GET, update=PUT/PATCH, delete=DELETE)
The text was updated successfully, but these errors were encountered: