DEV Community

Discussion on: State Management with a Single Line of Code

Collapse
 
pclundaahl profile image
Patrick Charles-Lundaahl

Adding on to my last comment, I'd just like to say that, while I may not may not use this myself (I only really do front-end development at work, and that's almost exclusively limited to modifying existing apps), I think this is just a really cool project.

Regardless of current bundle size, etc., having more people thinking about state management and trying to improve it just strikes me as a really good thing.

Collapse
 
dabalyan profile image
Ankit Singh

It's okay if you can't use it, the encouraging words are good enough :)

Regarding the bundle size, I guess there's some confusion, the 8kB is the complete library bundled together (without tree-shaking) along with RxJS dependencies. If you're using a module bundler or already using RxJS in your project, the final build size contribution will be much lower.