-
Notifications
You must be signed in to change notification settings - Fork 736
Closed
Description
Is your feature request related to a problem? Please describe.
Function components with hooks are now officially recommended over class components by React.
Describe the solution you'd like
Replace old patterns like connect, withRouter, other HoCs, and class components with hooks.
- Codesandbox Examples
- Input Event
- Update Props
- React Redux fixed in Replace React Redux recipe with Redux's recipe #588
- React Router
- React Transition Group fixed in Migrate react transition group recipe to hooks #658
Additional context
Related to #570 (overall discussion on docs)
Metadata
Metadata
Assignees
Labels
No labels