How to organise React components
React File Structure
Embracing locality for react file structure
Published in
9 min readJan 17, 2021
--
React’s popularity was its ease of use, it didn’t tell you where to put anything which made it easier than frameworks like Angular which had an expectation of your apps structure and dictated it more forcibly. This is also one of the hidden complexities of React, you can…