Skip to content

Commit fbdca3d

Browse files
committed
Updates docs
1 parent 4403b21 commit fbdca3d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
> Note: this package depends on the new [Hooks](https://reactjs.org/docs/hooks-intro.html) feature of React. Currently available via 16.7.0-alpha.0 of React.
22
3+
<p>&nbsp;</p>
34
<p align='center'>
45
<img src="https://i.imgur.com/KHTgPvA.png" width="320" />
56
</p>
67
<p align='center'>Easy peasy global state for React</p>
8+
<p>&nbsp;</p>
79

810
[![npm](https://img.shields.io/npm/v/easy-peasy.svg?style=flat-square)](http://npm.im/easy-peasy)
911
[![MIT License](https://img.shields.io/npm/l/easy-peasy.svg?style=flat-square)](http://opensource.org/licenses/MIT)
@@ -99,9 +101,7 @@ function TodoList() {
99101

100102
## Introduction
101103

102-
Easy Peasy gives you the power of Redux and its tooling whilst avoiding the boilerplate. It allows you to create a full Redux store by defining a simple model (object) to describe your state and it's actions.
103-
104-
Easy Peasy outputs a Redux store, which means you can integrate with frameworks like React. Read the [integration docs](#integration-with-frameworks) below.
104+
Easy Peasy gives you the power of Redux (and its tooling) whilst avoiding the boilerplate. It allows you to create a full Redux store by defining a simple model (object) to describe your state and it's actions. Batteries are included - you don't need to do any additional configuration or installation to support derived state, side effects, or integration with your React components. In terms of integration with React we are leveraging the cutting edge [Hooks](https://reactjs.org/docs/hooks-intro.html) feature. It's a game changer, and we highly recommend you give it a go.
105105

106106
---
107107

0 commit comments

Comments
 (0)