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
Introduce a protobuf based protocol for websocket communication.
This is useful to differentiate messages sent over the wire in a type-safe and performant way. buf could be used to streamline the js and python code generation.
Could be used to differentiate var types f.e. for #3732 and #3340
A first implementation could mostly rely on json strings or protobuf structs.
Because reflex already knows var types at compile time, we could later add a feature to dynamically create a protobuf spec for a computed var like this:
Introduce a protobuf based protocol for websocket communication.
This is useful to differentiate messages sent over the wire in a type-safe and performant way.
buf could be used to streamline the js and python code generation.
Could be used to differentiate var types f.e. for #3732 and #3340
A first implementation could mostly rely on json strings or protobuf structs.
Because reflex already knows var types at compile time, we could later add a feature to dynamically create a protobuf spec for a computed var like this:
Protobuf could also be interesting for StateManagerRedis.
The text was updated successfully, but these errors were encountered: