Hacker News new | ask | show | jobs
by rajeev-k 2251 days ago
I would like to demo a simpler alternative to Vue and React: manipulate DOM directly. I do it in this application:

https://github.com/Rajeev-K/eureka

I find myself more productive coding directly against DOM APIs, using these tiny libs:

MVC router (500 lines): https://github.com/Rajeev-K/mvc-router/

JSX templating (200 lines): https://github.com/wisercoder/uibuilder

1 comments

I’ve been passively looking for a better way to build the homepage for ChronVer and these links are right up my alley.

Thanks!