Guide: Enjoy a new Japanese translation of the React style guide, making it easier for Japanese-speaking developers to follow best practices. Check it out here.
Guide: Discover a new section that explains the differences between the spread operator and the apply method, enhancing your understanding of JavaScript functions.
Improvements
Guide: Benefit from updated ESLint rules that promote the use of const and encourage descriptive variable names, helping you write cleaner and more maintainable code.
Guide: Find clearer guidelines with the addition of a "bad" example for using template literals in the single quotes guideline, reducing confusion around quote usage.
Guide: Explore new ESLint rules that enforce function declarations and discourage the use of the Function constructor, promoting better coding practices.
Guide: Learn about new ESLint rules that ensure proper spacing in function signatures, making your code more readable and consistent.
Guide: See improved examples with the addition of curly braces around return function bodies, enhancing code clarity and adherence to best practices.
Fixes
Fix issues related to the relevance of rules about reserved words, ensuring that the guidelines reflect current JavaScript standards and practices.
Fix the rule on string concatenation for long lines, improving code readability and maintainability by reversing the previous guideline.
Others
Add a new organization to the style guide, expanding the community and resources available for developers.