engineering-best-practices icon indicating copy to clipboard operation
engineering-best-practices copied to clipboard

Cover functional components and hooks in React guide

Open delawski opened this issue 5 years ago • 0 comments

The current React guide should be updated to cover the latest best practices, i.e. using simple functional components along with both built-in and custom hooks.

Hooks and functional components are becoming an important part of React apps development, slowly but surely superseding the "traditional" class components and higher-order components.

Our docs should reflect this shift, promoting the most up-to-date approach to React development.

delawski avatar Feb 26 '21 10:02 delawski