generator-context-store
v0.0.2
Published
scaffold a redux like store with context api
Downloads
1
Readme
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
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