September 2018
Intermediate to advanced
302 pages
7h 17m
English
The Airbnb React style guide defines tens of well-thought-out rules. This is a great resource and a foundation for your next React project. I highly recommend looking into them. You can find the Airbnb React style guide at https://github.com/airbnb/javascript/tree/master/react.
However, everyone should find their own style. Mine just adapts a few things from the Airbnb:
// My preference const hero = { firstName: 'Dana', lastName: 'Scully' }; const heroes = [ 'Batman', '
Read now
Unlock full access