reflex-dom

Sharing dynamic between frontend head and body


New to haskell, but I'm not sure that you can create a dynamic that can go into both head and body. I'd like to update page title.


Solution

  • You can use setTitle to accomplish this.