useMemo
vs. useCallback
: A pragmatic guideThe useCallback and useMemo functions are excellent instruments for fine-tuning React, follow along to learn how to use them.
Type checking in React through the prop-type package ensures that you know what each variable stores even without documentation.
Using Jest and Enzyme, here’s how to build unit tests for React and reliably test component trees and functions.