https://github.com/uid11/ts-redux-store
Fully type-safed and scalable redux store
https://github.com/uid11/ts-redux-store
action redux store typescript
Last synced: 3 months ago
JSON representation
Fully type-safed and scalable redux store
- Host: GitHub
- URL: https://github.com/uid11/ts-redux-store
- Owner: uid11
- License: mit
- Created: 2019-10-12T09:05:04.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-12T09:55:58.000Z (almost 7 years ago)
- Last Synced: 2025-02-15T11:49:06.381Z (over 1 year ago)
- Topics: action, redux, store, typescript
- Language: JavaScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# ts-redux-store
[![Version][version-image]](https://www.npmjs.com/package/ts-redux-store)
[![dependencies][dependencies-image]](package.json)
[![devDependencies][dev-dependencies-image]](package.json)
[![peerDependencies][peer-dependencies-image]](package.json)
[![License MIT][license-image]](LICENSE)
Fully type-safed and scalable redux store.
## License
[MIT](LICENSE)
[dependencies-image]: https://img.shields.io/badge/dependencies-0-brightgreen.svg?longCache=true&style=flat-square "Dependencies"
[dev-dependencies-image]: https://img.shields.io/badge/devDependencies-0-brightgreen.svg?longCache=true&style=flat-square "devDependencies"
[peer-dependencies-image]: https://img.shields.io/badge/peerDependencies-0-brightgreen.svg?longCache=true&style=flat-square "peerDependencies"
[license-image]: https://img.shields.io/badge/license-MIT-blue.svg?longCache=true&style=flat-square "The MIT License"
[version-image]: https://img.shields.io/badge/version-0.0.4-blue.svg?longCache=true&style=flat-square "Version"