DEV Community

Discussion on: Over-engineering in React

Collapse
 
fantasticsoul profile image
幻魂

Hey dude, you can try concent, the simplest state management solution ever for react。

Collapse
 
stiv_ml profile image
Stiv Marcano

Never heard of it, but I'll take a look!

Collapse
 
devhammed profile image
Hammed Oyedele

Are you sure that is the simplest? Have you seen use-global-hook that builds on existing React concepts Hooks in less than 2kb gzipped?

Collapse
 
fantasticsoul profile image
幻魂

I've just seen use-global-hook, it is really cool and small, and I think it is quite suitable for mobile platform, but you should konw, what the advantage of concent is build-in dep collection of state&computed, optional modular development, composition api supported and more.... it is born for large and complex react app