reactpy v2.0.0b13
Pre-release
Pre-release
All changes from v2.0.0b12 with a few additions:
- Change input sequence communication schema to respect input order (inspired by TCP message sequencing) to ensure inputs don't get "lost" due to server/client asynchronous communication.
- Remove default debounce of 200ms on
<input>elements. No longer needed with new event messaging sequencing.