Sunday, May 22, 2022

ReactJS

I've started learning ReactJS.  

Reading through React JS Foundations

I'm coming from years of Angular development, both professional and personally (TypeScript Angular, but AngularJS 1.x before that). 

The toolchain ... Node.js, NPM, NPX, node_modules all are good commonalities across both frameworks. 

However, React feels much "closer to the rails" than Angular.  In the first Hello World example, I'm already going at the DOM by way of document.querySelector. 



No comments:

Post a Comment