Which state management framework is used?

Hi, I code exported a blank project and I would like to know which state management you guys use with the exported code? which works the best for the slots - props? would useContext work okay with this?

Hi - you should be able to use any state management solution (including useContext). Plasmic mostly gives you dumb presentational components that you can pass props to to control how they display.