RamonMeffert / elm-gossip

A user-friendly web tool for exploring dynamic gossip.
https://r3n.nl/elm-gossip/
GNU General Public License v3.0
3 stars 0 forks source link

Switch to Browser.Application #24

Closed RamonMeffert closed 3 years ago

RamonMeffert commented 3 years ago

Browser.sandbox is generally considered too limited. Changing to a different program type is somewhat involved, so doing it earlier is better – some functionality is not available in sandbox.

RamonMeffert commented 3 years ago

This would enable the use of localStorage (with ports) to persist user input across sessions. See #33