Skip to content

reactpy v2.0.0b13

Pre-release
Pre-release

Choose a tag to compare

@Archmonger Archmonger released this 14 Jul 02:01
3219421

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.