Hacker News new | ask | show | jobs
by dxchester 1379 days ago
We developed El to be as minimal as possible, while still solving the problem of keeping state and interface in sync:

https://github.com/frameable/el

It's just ~150 lines / 2kb, and leverages existing browser functionality to accomplish most of the hard parts. Has observability, reactive templates, scoped CSS, no need for a build process, etc.

3 comments

I have been reading into it for some time now, since I do not want to dive into a big framework with a huge learning curve for a side project that I have.

I just feel afraid to run into a problem that has already been solved in a big framework and get stuck.

Interesting - looks pretty similar to Framework7 components

https://framework7.io/docs/router-component

This looks very interesting, I'll give it a go