restaumatic / purescript-specular

A Reflex-Dom inspired UI library for PureScript
MIT License
131 stars 10 forks source link

Avoid directly reading Behaviors? #4

Closed zyla closed 4 years ago

zyla commented 6 years ago

Reflex has a "post build" event, which is used to sample Behaviors and Dynamics after construction. May prove useful when implementing fixFRP.

zyla commented 4 years ago

Looking at our codebase (Restaumatic) it's pretty clear that we do need readDynamic in some places, so it's not going away any time soon. Closing for now.