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
p-himik 2020-10-17T04:01:11.140300Z

With quite a bit of discussion and other links at https://github.com/day8/re-frame/issues/264

p-himik 2020-10-17T04:16:35.140600Z

Use :params instead of :body. Note that :params expects something that has not been encoded yet.

❤️ 1
p-himik 2020-10-17T04:17:35.140800Z

For the details, consult https://github.com/JulianBirch/cljs-ajax#getpostput

phronmophobic 2020-10-17T18:57:06.145200Z

https://day8.github.io/re-frame/reusable-components/ is a really good reference. Thanks for sharing @p-himik > What Is Identity? > An identity is anything which can be used to distinguish one entity from another - something which distinguishes A from B. > In a different technology stack, it might be called "a pointer" or "a reference" or "a unique key". Between pointer, reference, and "unique key", I thought only unique key would be considered an identity. I thought an identity is dependent on a data model, not on its concrete representation.

👍 1