DEV Community

Discussion on: React.js Frequently Faced Problems

Collapse
 
hdv profile image
Hussein Duvigneau • Edited

I found it pretty insightful to set up AirBnB linting and learning from what it flags up as issues, esp. since the app might apparently still work correctly with various anti-patterns or misuse without you realising you're doing something wrong.

A decent IDE would have flagged up some of these issues and not necessarily explained what was wrong, but the linter would have picked up pretty much all of these issues and explained exactly what's wrong and common best-practice solutions/alternatives.

Collapse
 
kayis profile image
K • Edited

Haha, just today I read AirBnB lint rules aren't best practise and you should use the config react rules xD

Collapse
 
anthonybrown profile image
Tony Brown

That's not entirely true if you read what Ryan is saying

Collapse
 
hdv profile image
Hussein Duvigneau

interesting; have a link?

Thread Thread
 
kayis profile image
K