rxbeach
TypeScript icon, indicating that this package has built-in type declarations

3.0.0 • Public • Published

Beach with umbrella

RxBeach

Coverage Status

Chill with streams at the RxBeach

RxBeach is a toolbox for creating applications that use streams to manage state. It is in the very early stages of implementation, and the API will change continuously.

Documentation

The documentation is published at https://ardoq.github.io/rxbeach/ and there is also a good deal of JSDoc comments in the code.

Contributing

Code is hosted in the GitHub repo ardoq/rxbeach.

We have a .git-blame-ignore-revs file for ignoring commits with style changes in git blame. You can configure git to use it, and VSCode and others will respect the setting:

git config blame.ignoreRevsFile .git-blame-ignore-revs

Dependabot

We use dependabot to keep dependencies up to date. This is nice, because it shows us exactly where dependencies breaks our build. To satisfy Ardoq's review policy, you should merge Dependabot PRs by approving the PR with the message @dependabot merge.

Publishing a new version of the package

  1. Verify that "it works":
    yarn lint && yarn build && yarn test
  2. Bump the version yarn standard-version
  3. Push your changes: git push --follow-tags
  4. Publish to NPM (remember to not bump the version here, just hit enter):
    yarn publish

Package Sidebar

Install

npm i rxbeach

Weekly Downloads

20

Version

3.0.0

License

MIT

Unpacked Size

134 kB

Total Files

101

Last publish

Collaborators

  • oyvinmar
  • alicja.majewska.ardoq
  • sseppola
  • rafaa2
  • hegelstad
  • totokaka
  • michaltaberski-ardoq
  • davidnegleyardoq
  • chriskr
  • oyvindsabo
  • holographic-principle
  • tomoboy
  • john.sloat