- move backend port from 8001 to 8088 - update frontend to use 127.0.0.1 explicitly instead of localhost - add request/response logging middleware to backend - fix explicit CORS origin matching for browser compatibility |
||
|---|---|---|
| .. | ||
| cjs | ||
| umd | ||
| LICENSE | ||
| README.md | ||
| index.js | ||
| package.json | ||
| unstable_mock.js | ||
| unstable_post_task.js | ||
README.md
scheduler
This is a package for cooperative scheduling in a browser environment. It is currently used internally by React, but we plan to make it more generic.
The public API for this package is not yet finalized.
Thanks
The React team thanks Anton Podviaznikov for donating the scheduler package name.