DEV Community

Discussion on: Why do you like or dislike React?

Collapse
 
mehdiraash profile image
Mehdi Raash • Edited

I like a lot of React's fresh ideas about VDOM, and component-based, and even JSX, but I feel like I dislike pre-compiling, translating, transpiling and totally any "pre-*".
I know that the process of building have become a must nowadays, But all of those abstraction feel awkward.

Collapse
 
savagepixie profile image
SavagePixie

I also tend to dislike having to pre-compile things.