geometer(latest: 1.0.0) ```js var geometer = createGeometer(db, {precision: 41, geo: true}) // if hashing lat/lon tuples, use an odd precision in order to compensate for lon spanning twice the distance of lat. //41 bits ~20m2 hashes ```
redux-persist-state-manager(latest: 0.1.2) Replacement for autoRehydrate with the following properties: - state migrations - hard set rehydrated values (no longer shallow merge) - implemented as higher order reducer - helpful log messages for common use case concerns
react-flex-data(latest: 2.0.2) Simple minimal flex only table implementation
redux-persist-crosstab(latest: 3.7.0) Add cross tab syncing to your [redux](https://github.com/gaearon/redux) app with 1 line. This tiny module listens to the window for [redux-persist](https://github.com/rt2zz/redux-persist) storage events. When an event occurs it will dispatch a rehydrate a
redux-action-buffer(latest: 1.2.0) Buffer redux actions until a breaker condition is met.