SC

Scheduler

scheduler

Cooperative scheduler for the browser environment.

Utilities
react
scheduler
Utilities
javascript
npm
frontend
open source
ui
library
web
Stars
1
Weekly
0
Open issues
0
Bundle
~60 kB

Installation

npm install scheduler

Code example

import { useScheduler } from "scheduler";

export function Example() {
  const value = useScheduler();
  return <p>{String(value)}</p>;
}

Pros & cons

Pros

  • Actively maintained by fb
  • 0 weekly downloads. Battle tested
  • MIT licensed

Considerations

  • Adds roughly ~60 kB to your bundle
  • Needs client-only rendering in SSR frameworks
  • Not supported in React Native
  • 0 open issues on GitHub

FAQs

Alternatives & similar libraries