moebius / loop-reactbridge
This package is abandoned and no longer maintained.
The author suggests using the moebius/react package instead.
Enables asynchronous React libraries to be used with moebius/coroutine.
1.0.1-RC2
2022-05-02 22:28 UTC
Requires
- charm/testing: ^0.0.9
- 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/promise-timer: ^1.8
This package is auto-updated.
Last update: 2022-05-02 22:41:16 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.