bitovi / use-simple-reducer

A react state mechanic that supports simple asynchronous reducer functions
27 stars 1 forks source link

Move demo app into this project #3

Open justinbmeyer opened 3 years ago

justinbmeyer commented 3 years ago
// external-app/package.json
{
  deps: { use-async-reducer-state: "1.2.2", react: "1.2.3"}
}
// use-async-reducer-state/package.json
{
  deps: { react: "1.2.3"}
}
use-async-reducer-state/
  /example-apps
     /calculator
        package.json {deps: {use-async: "../../"}}
        src
justinbmeyer commented 3 years ago

Remaining: