MENU
Special Notes on Hooks
Hooks have been the standard way to write React components since their introduction in React 16.8 (2019).
Class components still work and there are no plans to remove them, but virtually all new code is written with Hooks and function components.