Skip to content
This repository has been archived by the owner on Mar 18, 2020. It is now read-only.

rebeanjs/rebean

Repository files navigation

Rebean

lerna semantic-release build

Redux and React reusable beans.

Concept

Redux is a powerful tool - it's able to describe complex state transformations in a very clean way. Despite this, we still write a basic behavior models in each project instead of reusing them. That's where idea of reusable redux packages comes from.

Packages

Publish

  1. Checkout master branch with latest changes:
    git checkout master
    git fetch origin
    git reset --hard origin/master
    
  2. Lunch the yarn lerna:version command and bump versions. CI will publish changes to the NPM automatically 🚀

License

MIT