Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 906 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 906 Bytes

j5-redux

This is a little boilerplate for setting up a Johnny Five app with redux.

Why redux?

It lets you centralize your state management in one place. Instead of passing a lot of code inside of j5-events, dispatch to the state and hook up listeners for changes.

Also, because why not.

How can I use this?

Now it's time for choose your own documentation adventure. I have ...

Hello World Hardware

Redux, why? What is it?

Let's make an app