portal

https://github.com/djblue/portal
plexus 2021-05-06T09:10:32.035Z

Has anyone floated the idea of handling records already? would be pretty useful...

plexus 2021-05-06T09:11:11.035100Z

plexus 2021-05-06T09:11:13.035500Z

vs

plexus 2021-05-06T09:11:40.035600Z

djblue 2021-05-06T16:03:48.035900Z

This probably use to work better when I was using transit for serialization but I ran into issues and decided to use my own mapping to json. It's protocol based and I only covered all the core clojure data structures, and everything else is treated like an opaque object.

djblue 2021-05-06T16:10:01.036100Z

The hard part here is that when you tap> that record and select it in the UI, I want you to be able to retrieve the exact same object that was tapped.