In the Wild: We welcome new users to our style guide! Generation Tux, InterCity Group, AltSchool, OHD, Honey, and CaseNine are now using Airbnb's JavaScript style guide and have been added to the 'In the Wild' section.
Control Statements: A new section is added to guide users on formatting long control statements like if and while, helping to improve code readability.
Improvements
Documentation: We enhance our README by removing the term "simply" to avoid ambiguity, ensuring clearer communication.
React Code Examples: We improve the clarity of our React code examples by fixing missing semicolons and refining the ref callback example.
Fixes
Fix broken links in the documentation to ensure users have access to the correct resources and information.
Fix the example of "propTypes" to clarify the use of default values for non-required props, enhancing understanding for users.
Others
Add guidance around avoiding mixins in React, helping users to adopt best practices as mixins are deprecated.
Update translation links to ensure users have access to the most current translations available.