How to solve state management with Plasmic?

We wrap small components, like button or input with one big component to manage state between them. Will state management become a problem in Plasmic?

Hi @disappointed_gecko
It’s a generic React problem and there are bunch of libraries available which address it. For example,
Redux, Recoil, Zustand etc, to manage state within React Application.

Plasmic is somewhere between low-code and no-code spectrum. So, it’s up to us to manage the state of our React application using our choice of library.

@zonal_mammal Thanks Asim. Will this become overloaded for state management tool like redux or mobx? Making them all global access.

I don’t think so. Those libraries are proven to be scalable for large applications having complex state. It totally depends upon how we manage to use these libraries in our codebase.