6 ms·
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 https://g
by rajeev-k 6y 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 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/ https://github.com/Rajeev-K/mvc-router/
JSX templating (200 lines):
https://github.com/wisercoder/uibuilder https://github.com/wisercoder/uibuilder
- NetOpWibby 6y agoI’ve been passively looking for a better way to build the homepage for ChronVer and these links are right up my alley. Thanks!