Data management with React Hooks #53
ryanwelcher
started this conversation in
Topic Ideas
Replies: 2 comments 1 reply
-
That is so interesting. How would you approach it? Is there some documentation as a jumping off point? Or some use cases? |
Beta Was this translation helpful? Give feedback.
1 reply
-
After a more beginners explanation, this could also be a follow-up on the Dev Note: Simplified data access with new React hooks in WordPress 6.1 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Now that #25 is published, it would be great to have a similar post that explains how to do the same using Hooks instead of Higher Order Components. HOCs are an older way to approach adding functionality to components. While they are not incorrect in any way, using a hook version is often simpler to implement and understand.
Having a post that shows how to use the hooks and explains the differences would be very helpful
Beta Was this translation helpful? Give feedback.
All reactions