Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 617 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 617 Bytes

Saga Components

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 comes after!

Example: Micro Reddit

A simple app that uses a Saga Component to implement a small reddit client: View on Codesandbox