Examples

Todo List

A simple todo list that utilises a mock service to illustrate data fetching/persisting via effect actions. This example also makes use of some of the more advanced features, such as selectors and listening actions/thunks.

View on CodeSandbox

TypeScript

This example provides a basic illustration of how to use Easy Peasy in a TypeScript based project.

View on CodeSandbox