advanced-react-patterns-ultrasimplified
advanced-react-patterns-ultrasimplified copied to clipboard
#03_01: Compound Components with Callback
What is this PR about? 🤔
Allow the compound component API some more flexibility by receiving a user-defined callback.
Changes 🎁
- [x] Receive an
onClapcallback, and make sure it is only invoked after mount.
Before/After 📸
https://advanced-react-patterns-ultrasimplified.netlify.com/compound-components
Other comments 💬
NA