Commit Graph
8 Commits
Author SHA1 Message Date
Todd Kennedy 8615c9b481 Add typescript definition (#545) 2017-10-05 16:51:09 -04:00
Todd Kennedy 5b4083adfd DOC: Note app.mount replaces target with tree (#449)
Make sure users are aware of potential issue with removal of node.
2017-03-29 11:04:24 +02:00
Todd Kennedy 147dabfcd7 Update effects sections to latest API (#187)
They have to call done!
2016-07-21 10:16:46 -07:00
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