How to Write Cleaner React code
After getting my hands dirty with over 10 production level React projects, one thing that was consistent with most of them was the use of unnecessary HTML elements/tags. It is highly important that your code is easier to maintain, write, read and deb...
adityatyagi.com5 min read
Kai
Future Web Developer writing about React
Great tips, I've never heard of "div-soup" and I never knew that it caused such an effect on the cost per change. Thanks for sharing.