Structure and reusable components in reframe
what do you need to write composable and modular reframe code?
To create reusable building blocks and reframe
You have to keep in mind the picture of unidirectional flow of data. Speaking very roughly, you change the state of the application by dispatching events and then you use subscriptions to build the UI (or derivative state). So:
This is how structure my client-side apps now:
Since this came up recently
https://vvvvalvalval.github.io/posts/clojure-key-namespacing-convention-considered-harmful.html