-
-
create a driver to have a simpliest use of the router in reaction :
```es6
// replace
const eventId = getRouterParam('eventId')(store)
// by
const eventId = router.getParam('eventId')
/…
-
Since Circle CI 2, it seems that yarn.lock isn't updated anymore in greenkeeper's PRs.
-
I have opened a question, because I don't know if it's the philosophy of the library, but I think it could be useful in some cases.
**Simple example :**
```js
import { inject } from '@k-ramel/rea…
-
Waiting for #69 so the lib are not requiring `redux-form` everytime... for everycases.
**driver**
```js
import { setSubmitSucceeded, getFormValues, setSubmitFailed, startSubmit, stopSubmit, isSub…
-
## TODOs
- [x] Update `@@kst` actions prefix
- [x] Update github repo
- [x] Update link to coveralls
- [x] Update link to circleCI (should be automated)
- [ ] Update link to greenkeeper
- …