Skip to content

1.6.0: Use microtask queue for state derivation and DOM binding

Latest

Choose a tag to compare

@Tao-VanJS Tao-VanJS released this 24 Sep 00:37
· 8 commits to main since this release

This release changed to use microtask queue (via queueMicrotask) instead of macrotask queue (via setTimeout) for state derivation and DOM binding.

See the release announcement: #466