https://github.com/thorgate/tg-react-utils
https://github.com/thorgate/tg-react-utils
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/thorgate/tg-react-utils
- Owner: thorgate
- License: other
- Created: 2021-04-17T11:57:35.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-17T12:57:35.000Z (about 5 years ago)
- Last Synced: 2025-01-29T12:47:47.670Z (over 1 year ago)
- Language: TypeScript
- Size: 204 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
[![Build Status][gh-actions-image]][gh-actions-url]
[![Coverage Status][coveralls-image]][coveralls-url]
[![NPM version][npm-image]][npm-url]
# Thorgate's collection of utility packages for React
[](https://snyk.io/test/github/thorgate/tg-react-utils)
This is combination of utility packages used at [Thorgate](https://thorgate.eu).
## Packages included:
Some of generic react & redux helpers used by Thorgate.
* [named-routes](packages/named-routes/README.md) - routes helper library to add named routes via [react-router-config](https://github.com/ReactTraining/react-router/tree/master/packages/react-router-config)
* [saga-manager](packages/saga-manager/README.md) - helper to hot-reload [Redux-Saga](https://github.com/redux-saga/redux-saga)s
The example app runs on [http://localhost:4000](http://localhost:4000)
Please check the [contributing guidelines](CONTRIBUTING.md) if you proceed with your own changes before you start.
## License
MIT © [Thorgate](http://github.com/thorgate)
[npm-url]: https://npmjs.org/package/tg-react-utils
[npm-image]: https://img.shields.io/npm/v/tg-react-utils.svg?style=flat-square
[coveralls-url]: https://coveralls.io/github/thorgate/tg-react-utils?branch=master
[coveralls-image]: https://coveralls.io/repos/github/thorgate/tg-react-utils/badge.svg?branch=master
[gh-actions-url]: https://github.com/thorgate/tg-react-utils/actions/workflows/main.yml
[gh-actions-image]: https://github.com/thorgate/tg-react-utils/actions/workflows/main.yml/badge.svg?branch=master