Hacker News new | ask | show | jobs
by alexbezhan 1070 days ago
Author here. JSX makes it easy to do easy things.

Building DOM is not a hard problem at all. Yes, it's more tedius with Vanilla DOM. But that's not a hard problem.

Hard problem is making it fast, reliable and predictable.