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!
A simple app that uses a Saga Component to implement a small reddit client: View on Codesandbox