https://github.com/nulab/hydralibs
Collections of frontend libraries
https://github.com/nulab/hydralibs
dispatch dispatch-functions react redux-support styled-components typescript
Last synced: 27 days ago
JSON representation
Collections of frontend libraries
- Host: GitHub
- URL: https://github.com/nulab/hydralibs
- Owner: nulab
- License: mit
- Created: 2019-03-04T14:13:47.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-18T02:30:16.000Z (about 2 years ago)
- Last Synced: 2024-04-14T22:15:03.573Z (almost 2 years ago)
- Topics: dispatch, dispatch-functions, react, redux-support, styled-components, typescript
- Language: TypeScript
- Homepage:
- Size: 1.92 MB
- Stars: 3
- Watchers: 13
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://circleci.com/gh/nulab/hydralibs/tree/master)
# Introduction
This repository contains a collection of libraries useful when writing
web application using react
More libraries will be published soon
- [x] hydra-dispatch
- [x] react and redux support for dispatch
- [x] hydra-component (a styled component library)
# Install
hydra-dispatch
```sh
npm install hydra-dispatch@0.2.8
```
react support for hydra-dispatch
```sh
npm install hydra-dispatch-react@0.2.8
```
redux support for hydra-dispatch
```sh
npm install hydra-dispatch-redux@0.2.8
```
styled component library
```sh
npm install hydra-styled@0.2.8
```
# Docs
[Here](https://nulab.github.io/hydralibs/)
## API docs
[Here](https://nulab.github.io/hydralibs/api)
# Development
We use turborepo for managing multiple project in one project
If you are doing development you will need to do first
```sh
npm install
```
Then you can develop freely in the packages
# Contributions
Contributions are always welcome :)
# Bugs
Did you find some bugs please feel free to open an issue