@krutarth_h_dave
Software Engineer @
Krutarth Dave
• New Feature Proposal available in v16.7-alpha
• Functional Components having Class Components capabilities
• Completely opt-in and backwards compatible
• Only call hooks at the top level
• Only call hooks from React functions (components or custom Hooks)
• Future Optimizations
• Less code for Developers and Compilers
• Increased Readability
• Better Organization
Wrapper Hell
Class Component
Using Hooks in Functional Components
By Krutarth Dave