Skip to content

Clean react code

Posted on:August 25, 2024 at 01:25 PM

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.

Clean code javascript