An open API service indexing awesome lists of open source software.

https://github.com/thorgate/tg-react-utils


https://github.com/thorgate/tg-react-utils

Last synced: about 1 year ago
JSON representation

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

[![Known Vulnerabilities](https://snyk.io/test/github/thorgate/tg-react-utils/badge.svg)](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