You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A normal web package (and Yesod or Dojokit are no exceptions) handle updates of persistent data in a submit action. The FRP approach shines by doing all updates of complex data relationships immediately.
See the CRUD example for how a typical FRP application might look like.
It is OK that HWebUI takes another approach. In the end Yesod and Dojokit are tools to achieve a new way of GUI programming which should be more Haskell like.
But how can those both approaches be combined in a way that the user knows exactly the state of the data on screen (easy due to automatic updates) and on disk (not so easy).
Develop some ideas and show use cases.
The text was updated successfully, but these errors were encountered:
A normal web package (and Yesod or Dojokit are no exceptions) handle updates of persistent data in a submit action. The FRP approach shines by doing all updates of complex data relationships immediately.
See the CRUD example for how a typical FRP application might look like.
It is OK that HWebUI takes another approach. In the end Yesod and Dojokit are tools to achieve a new way of GUI programming which should be more Haskell like.
But how can those both approaches be combined in a way that the user knows exactly the state of the data on screen (easy due to automatic updates) and on disk (not so easy).
Develop some ideas and show use cases.
The text was updated successfully, but these errors were encountered: