Commit Graph
5 Commits
Author SHA1 Message Date
Todd Kennedy f1cd8b8277 DOC: Add effects example (#186)
Add an example to the effects section to show how an effect might have to do
multiple async tasks and to call `done` only when complete.
2016-07-20 18:30:19 -07:00
Todd Kennedy 8f8df602c5 Extract html into separate module (#103) 2016-07-02 12:55:41 +02:00
Todd Kennedy 665a157d60 only run the tests when trying to make a new version (#109) 2016-07-01 10:27:39 -07:00
Todd Kennedy 64436a2a80 TEST: Set up for testing via zuul/sauce labs (#86)
This requires the .travis.yml to be updated with the open sauce credentials
as explained at https://github.com/defunctzombie/zuul/wiki/Travis-ci#5-final-step
2016-06-29 08:06:04 -07:00
Todd Kennedy b2e2dd1ed9 Fix order of arguments to effects
This confused me a bit since it was the reverse of the `action` and `state` arguments for reducers.
2016-06-12 19:45:44 -07:00