Skip to content

orourkedd/effects-as-data-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Effects-as-data examples

Overview

There are three projects in this repository:

.
├── todoapp - a todo application using effects-as-data.
├── basic - an basic effects-as-data project.
└── misc-examples - various examples of how to do things.

Todo App

The readme for todoapp: Open

Basic

The readme for basic: Open

Misc Examples

This is a cookbook style project with several production-grade examples: Open

Running the examples

For both projects, cd into its folder and run:

npm install
npm start
npm test

misc-examples has an additional command that will demonstrate what effects-as-data telemetry looks like:

npm run start-w-telemetry

About

Examples on how to use effects-as-data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published