# ionic-rocketjump

> Rocketjump integration for Ionic

Latest version **0.1.1** (published 2020-03-27) · MIT license · 0 weekly downloads

## Install

```sh
npm install ionic-rocketjump
pnpm add ionic-rocketjump
yarn add ionic-rocketjump
bun add ionic-rocketjump
```

## Health

**Score 20/100 (F)** — status: abandoned.

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.1 |
| Published | 2020-03-27 |
| First published | 2020-03-18 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 2 |
| Unpacked size | 16.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Maintainers | magikgiova |
| Keywords | redux, react, ionic, rocketjump |

## Links

- npm: https://www.npmjs.com/package/ionic-rocketjump
- Repository: https://github.com/inmagik/ionic-rocketjump
- Homepage: https://github.com/inmagik/ionic-rocketjump#readme
- Issues: https://github.com/inmagik/ionic-rocketjump/issues
- npm.io page: https://npm.io/package/ionic-rocketjump

## Dependencies (2)

- [css-loader](https://npm.io/package/css-loader.md) ^3.4.2
- [style-loader](https://npm.io/package/style-loader.md) ^1.1.3

## Alternatives

- [mobx-react](https://npm.io/package/mobx-react.md) — 2.8M weekly downloads
- [rc-tree](https://npm.io/package/rc-tree.md) — 2.6M weekly downloads
- [@react-oauth/google](https://npm.io/package/@react-oauth/google.md) — 1.3M weekly downloads
- [@wagmi/connectors](https://npm.io/package/@wagmi/connectors.md) — 877.0K weekly downloads
- [vee-validate](https://npm.io/package/vee-validate.md) — 836.4K weekly downloads

## Recent versions

- 0.1.1 (latest) — 2020-03-27
- 0.1.0 — 2020-03-18

## README

# ionic-rocketjump

Ionic :gem: + Rocketjump :rocket: = :heart:


### `useIonRunRj`

```js
// Choose between react or redux rj
import { rj, deps } from 'react-rocketjump'
// or
import { rj, deps } from 'redux-rocketjump'

import { useIonRunRj } from 'ionic-rocketjump'

const RjObject = rj({
  effect,
})
// ...
const [state, actions] = useIonRunRj(RjObject, [
  deps.maybe(23),
  // other deps...
], {
  // Should trigger clean on new effect? Default: true
  cleanOnNewEffect: true,
  // Should trigger run on ionViewDidEnter Default: true
  runOnEnter: true,
  // Should trigger clean on ionViewDidLeave Default: false
  cleanOnLeave: false,
})
```

React version only:
```js
import { useIonRunRj } from 'ionic-rocketjump/react'
```

Redux version only:
```js
import { useIonRunRj } from 'ionic-rocketjump/redux'
```

---
_Source: https://npm.io/package/ionic-rocketjump · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
