saga-components
v1.0.2
Published
An experimental project that lets you write React component as generators. This lets you: 1. Perform asynchronous tasks and computations mid-run 2. Render placeholder content as you wait for them! 3. Mix with true reactive state that only affects what com
Downloads
3
Readme
Saga Components
An experimental project that lets you write React component as generators. This lets you:
- Perform asynchronous tasks and computations mid-run
- Render placeholder content as you wait for them!
- Mix with true reactive state that only affects what comes after!