DEV Community

Discussion on: 7 Tips for Clean React TypeScript Code you Must Know 🧹✨

Collapse
 
mrcaidev profile image
Yuwang Cai

Great article!
A little complain about conditional rendering in React: Even though ternary expression is the best solution I know, these brackets still makes my code looking like a mess. And I really love the v-if directive in vue, which surprises me a lot at first glance.