Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 1022 Bytes

state-handling.md

File metadata and controls

19 lines (13 loc) · 1022 Bytes

My experiments (old stuff)

State management libraries

You don't need them except for specific cases. React's state hooks and class component state are much better to use for most purposes.

For forms, react-final-form is the best library, and is usually worth using for everything but the smallest and simplest forms.

Other stuff