Emulating React and JSX in Vanilla JS

, Software Pundits
This post was originally published on this site

Toptal

Few people dislike frameworks, but even if you are one of them, you should take note and adopt the features that make life a little easier.

I was opposed to the use of frameworks in the past. However, lately, I’ve had the experience of working with React and Angular in some of my projects. The first couple of times I opened my code editor and started writing code in Angular it felt weird and unnatural; especially after more than ten years of coding without using any frameworks. After a while, I decided to commit to learning these technologies. Very quickly one big difference became apparent: it was so easy to manipulate the DOM, so easy to adjust the order of the nodes when needed, and it didn’t take pages and pages of code to build a UI.

Although I still prefer the freedom of not being attached to a framework

To read the full article click on the 'post' link at the top.