moebius / react
Enables asynchronous React libraries to be used with moebius/coroutine.
1.0.1-RC3
2022-05-13 10:35 UTC
Requires
- charm/testing: ^1
- moebius/coroutine: >=1.0
- react/event-loop: ^1.3
Requires (Dev)
- phpunit/phpunit: ^9.3 || ^5.7 || ^4.8.35
- react/child-process: >=0
- react/dns: ^1.9
- react/http: ^1.6
- react/promise-timer: ^1.8
This package is auto-updated.
Last update: 2024-11-13 16:12:17 UTC
README
Provides an implementation of the React Event Loop, with support for coroutines.
With this library you can combine the power of Moebius Coroutines with React
components such as react/dns
, react/socket
or react/http
with Moebius.
This implementation passes all of the unit tests from react/event-loop.