|
|
|
|
|
by udp
3800 days ago
|
|
We don't need smaller frameworks, we need more modular frameworks. If the framework is modular you can take what you need, and replace the parts you don't like. I'm using mercury [0] in my current frontend project for this purpose. Most of the features of React, none of the commitment. Every single component is interchangeable; the core repository is simply an index.js requiring other modules, which can be depended on individually if you're not looking for a kitchen sink solution. [0] https://github.com/Raynos/mercury |
|
The JS community has gone way overboard on factoring everything into a dozen little submodules, IMO.