© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Yesid Ghisays
Frontend
React never uses html, it uses JSX which hides the following:
React.createElement('div')
There is no issue of separtion of concerns because in the first place you never wrote html in js.
Timothy Wu
I have not understand React enough. However, the argument doesn't appear hold for me because it doesn't take a way the fact that there is no separation between the view templates and the logical that bind the models (states) together.