Open eskimor opened 6 years ago
One way to become more familiar with the inner workings is by writing a "host". See, e.g., https://github.com/reflex-frp/reflex-platform/blob/develop/examples/host.hs for a simple example. This doesn't do a whole lot, but extending something like this to support performEvent
or postBuild
might be instructive.
But I definitely agree more docs are needed!
Thank you for the tip! :-)
I would like to gather a deeper understanding on how reflex works under the hood. Any pointers on how to get started, would be greatly appreciated. Is there some documentation on this available or some initial design documents or a recorded talk or something?
Many thanks in advance!