Summary
Here are some rules and recommendations to maintain a clean codebase in React projects. This post will be updated as more useful resources are found or as time permits.
Clean code javascript
Here is an adaptation of the book “Clean Code” for JavaScript. This adaptation has been written by Ryan McDermott and is a must-read for JavaScript developers. It is not a style guide but a guide to producing readable, reusable, and refactorable software in JavaScript.