Skip to content

adamclark64/generator-context-store

Repository files navigation

quickly scaffold out a redux like directory store using the react context api

npm install -g yo
npm i -g generator-context-store
yo generator-context-store

previewgif

output is directory relative to where cli command is ran

  • EX with prefix of 'foo'
fooStore
    ├── FooStoreProvider.tsx
    ├── actions.ts
    ├── devtools.ts
    ├── index.ts
    ├── initialState.ts
    ├── reducer.ts
    └── store.ts

About

scaffold a redux like store with context api

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published