3 Stories by Andrew Evans
Type checking in React through the prop-type package ensures that you know what each variable stores even without documentation.
The useCallback and useMemo functions are instruments for fine-tuning React to improve application performance and reduce time recreating or rerunning functions.
Using Jest and Enzyme, here's how to build unit tests for React and reliably test component trees and functions.