React Best Practices —Small Components

John Au-Yeung
JavaScript in Plain English
3 min readAug 8, 2020

--

Photo by Davies Designs Studio on Unsplash

Like any kind of apps, JavaScript apps also have to be written well.

Otherwise, we run into all kinds of issues later on.

In this article, we’ll look at some best practices we should follow when writing React apps.

Keep Components Small and Specific

--

--