Fork me on GitHub
#re-frame
<
2021-12-26
>
Noah Bogart17:12:41

I am experimenting with using a fork of re-frame for server side app state handling. Given that I am not using reagent or anything reactive, I can just write simple “get-in” functions to handle returning information from app-db instead of writing layer 4 and layer 5 style nested subscriptions, right?

p-himik23:12:42

Of course.

👍 1