Fork me on GitHub
#mount
<
2019-04-15
>
aspra12:04:54

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

jvtrigueros19:04:24

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

jvtrigueros19:04:42

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

aspra12:04:12

is the robert hooke lib the way to go?

aspra12:04:22

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