btford / react-palm

Work in progress, docs forthcoming i promise
MIT License
60 stars 7 forks source link

Feat: magic react 🙀 #5

Closed btford closed 7 years ago

btford commented 7 years ago

"magic react" is a bad name.

This lets you bootstrap a react app with an event bus. It makes single dispatch less clumsy, because you don't need something like mapDispatchToProps. Any action you return from an event handler is dispatched.

Needs tests, and an update to the example app to use it.