0.1.1 • Published 5 years ago

hydralibs v0.1.1

Weekly downloads
3
License
-
Repository
-
Last release
5 years ago

CircleCI

Introduction

This repository contains a collection of libraries useful when writing web application using react

More libraries will be published soon

  • hydra-dispatch
  • react and redux support for dispatch
  • hydra-component (a styled component library)

Install

hydra-dispatch

npm install hydra-dispatch@0.1.0

react support for hydra-dispatch

npm install hydra-dispatch-react@0.1.0

redux support for hydra-dispatch

npm install hydra-dispatch-redux@0.1.0

Docs

Here

API docs

Here

Development

We use lerna for managing multiple project in one project If you are doing development you will need to do first

npm install
npx lerna bootstrap

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