You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently all state vars must be JSON serializable to send the the frontend.
However sometimes it could be useful to have state fields that are only on the backend (i.e. generator objects) that never are called within render functions. These fields would be accessible within the event handlers, but not from the frontend. And they wouldn't have to adhere to the serialization requirement.
The text was updated successfully, but these errors were encountered:
Currently all state vars must be JSON serializable to send the the frontend.
However sometimes it could be useful to have state fields that are only on the backend (i.e. generator objects) that never are called within render functions. These fields would be accessible within the event handlers, but not from the frontend. And they wouldn't have to adhere to the serialization requirement.
The text was updated successfully, but these errors were encountered: