HACKER Q&A
📣 curiousgeorgie

What are the minimum features required to consider a framework complete?


Given that the amount of frameworks is growing day-by-day, I'm curious to know what you consider a minimum set of features that every new framework should have?


  👤 dxchester Accepted Answer ✓
We built El[0] with the goal of making a minimal framework for building web apps. As a data point, it has a built-in observable store, reactive templates, scoped subset of scss, no dependencies, and can almost fit in a single network packet.

[0]: https://github.com/frameable/el


👤 detaro
the question doesn't make any sense, sorry.