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
- The entirety of the ReactPy rendering stack is encapsulated within a single backhaul thread.
- Backhaul thread can be disabled via settings.py:REACTPY_BACKHAUL_THREAD
- Implementation is "thread-safe" since all ReactPy code runs on the exact same thread.
0 commit comments