Lazy state initialization `React.useState`
Oct 7, 2020 路 2 min read 路 The hooks API has been nothing less than a revolution in the React world. No more dealing with the complexities of the Javascript class, nor the crazy React lifecycle methods 馃ぎ. Hooks opened up more user-friendly ways to create highly reusable logic...
Join discussion