|
|
|
|
|
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. |
|
I just feel afraid to run into a problem that has already been solved in a big framework and get stuck.