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
sandbags 2020-08-18T08:53:48.410Z

@superstructor in this case somehow I was missing the :release alias in my project.clj and so something was happening but it's not clear what — in this case I think it was confusing

sandbags 2020-08-18T08:56:59.410200Z

but it might be a very rare case

superstructor 2020-08-18T09:18:59.410400Z

Thanks for the feedback @sandbags :thumbsup: I'll have to think about how to best mitigate it.

subsaharancoder 2020-08-18T21:47:18.415600Z

Anybody have a good example of how to use bidi+pushy with reframe to load a view/panel based on the URL? I've tried to implement one and I keep getting an error in which my initial panel/view already defined in the app-db keeps coming back nil

subsaharancoder 2020-08-20T21:07:56.021500Z

had a look at it, tried running the sample locally and it failed..went back to the re-frame+bidi+pushy setup and worked out the bug 🙂

1👍
p-himik 2020-08-18T21:53:49.415700Z

You might find kee-frame useful.