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
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.