You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
64
65
65
-
Easy Peasy outputs a Redux store, which means you can easily use it with frameworks like React. Read the integration docs below.
66
+
Easy Peasy outputs a Redux store, which means you can integrate with frameworks like React. Read the [integration docs](#integration-with-frameworks) below.
66
67
67
68
## Installation
68
69
@@ -226,17 +227,23 @@ This was just a brief overview of how to create and interact with an Easy Peasy
226
227
227
228
Oh! And don't forget to install the [Redux Dev Tools Extension](https://github.com/zalmoxisus/redux-devtools-extension) to help visualise actions and state updates. 👍
228
229
229
-
## Usage with React
230
+
## Integration with Frameworks
231
+
232
+
Below showcases how simple it is to integrate Easy Peasy with existing frameworks.
233
+
234
+
> Note: React is only shown at the moment, but hopefully will receive some pull requests to show off some others. 😘
235
+
236
+
### Usage with React
230
237
231
238
To use `easy-peasy` with React simply leverage the official [`react-redux`](https://github.com/reduxjs/react-redux) package.
0 commit comments