Skip to content

Commit 9d6ffee

Browse files
author
Robin Schultz
committed
bump version, update deps
1 parent 407de82 commit 9d6ffee

File tree

3 files changed

+1832
-1566
lines changed

3 files changed

+1832
-1566
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
[![Build Status](https://travis-ci.org/anigenero/react-reducer-observable.svg?branch=main)](https://travis-ci.org/anigenero/react-reducer-observable)
44

5-
A shameless "clone" of redux-observable for the built-in React reducer. The idea is to reduce or remove entirely the
5+
A shameless "clone" of redux-observable for the built-in React reducer (flux). The idea is to reduce or remove entirely the
66
redux footprint in components that don't require access to a global state tree but still need to manage dispatch events
7-
in an observable pattern. This allows state to be one-dimensional and contextual.
7+
in an observable pattern. This allows state to be contextual.
88

99
## Install
1010

0 commit comments

Comments
 (0)