mount

aspra 2019-04-15T12:22:11.000200Z

hi there

aspra 2019-04-15T12:22:54.001100Z

I introduced mount to my app and when starting it I dont see anything starting. I suspect best way tot debug this is by adding logging

2019-04-24T19:03:24.005700Z

I found that the simplest way to add logging to mount events is using mount-up [1] https://github.com/tolitius/mount-up

2019-04-24T19:03:42.006100Z

Although, I only enable this during development as it can be very chatty.

aspra 2019-04-15T12:23:12.001400Z

is the robert hooke lib the way to go?

aspra 2019-04-15T12:25:22.002200Z

I saw that it also returns all the states that are changed, but still curious what are the best practices