DEV Community

Discussion on: The best way to learn React is.. to learn Angular?!

Collapse
 
juanfrank77 profile image
Juan F Gonzalez

I think that makes sense. Taking out JSX, React is pretty much a more organized way of writing vanilla JS.
And I can see how if someone is already very used to writing JS, putting the markup and the styling inside .js files will make them feel "at home".
Especially with hooks, nowadays React looks like your writing "just javascript"