widgetti / solara

A Pure Python, React-style Framework for Scaling Your Jupyter and Web Apps
https://solara.dev
MIT License
1.62k stars 105 forks source link

state_management documentation clarification #542

Open paddymul opened 2 months ago

paddymul commented 2 months ago

I'm familiar with react state management. Reacton/Solara looks like it's based on that.

I don't know from the docs when or if Solara does diffing for re-rendering.

Could you make more examples with components that take arguments, then explain when arguments/state should be hoisted out of a function.