stasm / innerself

◘ A tiny view + state management solution using innerHTML
ISC License
778 stars 28 forks source link

Changed reducer syntax. Updated README #6

Closed f1yn closed 7 years ago

f1yn commented 7 years ago

I changed the syntax of the create_store method to createStore, as well as updated the README. I did this to better match the current spec of Redux. Update: Also updated with_logger to withLogger.