re-frame

https://github.com/Day8/re-frame/blob/master/docs/README.md https://github.com/Day8/re-frame/blob/master/docs/External-Resources.md
Jose Varela 2020-07-30T00:26:48.123700Z

Thank you for the books! It’s a relief knowing the problems I see at work are normal

1πŸ‘
Jose Varela 2020-07-30T00:35:26.123900Z

I’ve seen this problem in Redux too. I think this is a problem with event-driven architectures. Maybe these could help make sense of the dependencies: 1. Logging: you see what event happens before/after another event. Even while running tests or playing around with the app (checkout https://github.com/day8/re-frame-10x) 2. Make the other end visible: similar to what you did but make subscriptions visible - what view listens to what change? (view -> sub -> event) could complement your event list

2020-07-30T00:57:46.124400Z

@genekim Many thanks! And I appreciate you taking the time to say.

2020-07-30T04:53:49.124800Z

We finally have API docs that don't suck: https://day8.github.io/re-frame/api/

10πŸ’―3πŸ‘5πŸŽ‰
2020-08-03T15:04:02.163700Z

Not sure if this is a bug, but hitting the menu just greys the screen without doing anything...

ipcrm 2020-07-30T20:03:46.130500Z

πŸ‘‹ Curious if anyone here happens to use clojure-lsp and has macro-defs working for defn-traced / fn-traced ? I spent a decent chunk of time trying to get this working so I thought I’d see if anyone has already solved it.