moebius / loop-reactbridge
Enables asynchronous React libraries to be used with moebius/coroutine.
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/moebius/loop-reactbridge
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.