Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mikechabot committed Jul 24, 2018
1 parent 3ff2b73 commit dea076c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ A predictable approach to maintaining domain entities in Redux.

At its core, `redux-entity` is just a [reducer](https://redux.js.org/basics/reducers); it's designed to deal with asynchronous actions, but it can handle synchronous calls just as easily.

Most web applications need to handle a variety of domain entities, be it Orders, Customers, Products, Users, etc. This library was designed to manage these objects in a predictable and scalable way.
Moreover, most web applications need to handle a variety of domain entities, be it Orders, Customers, Products, Users, etc. This library was designed to manage these objects in a predictable and scalable way.

The API is very simplistic; a single thunk called [`loadEntity`](#loadentitykey-promise-options) is exposed, which does all the heavy lifting.

Expand Down

0 comments on commit dea076c

Please sign in to comment.