React - Custom hooks
Custom hooks can extend rich pool of build-in react hooks and hooks provided from third party libraries. You can create your own hooks that can be reused through your codebase.
Hooks can be an another brick that lets you to compose application of reusable logic
Custom hook
I can create custom hook that will contain reusable logic. That way I can share similar behaviour between multiple components and reduce boilerplait code
React skill
suggested
Custom hooks
Ready to learn
Required technologies
I can create custom hook that will contain reusable logic. That way I can share similar behaviour between multiple components and reduce boilerplait code
Loading content