How I structure my React components
- Published on
3 min read
- Related tags
Maintain a clean and easy to navigate structure for your React components using folders, and without relying on index.js files!
3 posts tagged:
Maintain a clean and easy to navigate structure for your React components using folders, and without relying on index.js files!
Leverage the React.cloneElement API to pass certain props implicitly.
This article was written the week following React Conf 2018, after the team announced their proposal for React Hooks.