Skip to content

illBeRoy/saga-components

Repository files navigation

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

About

write components like stories

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published