Hi! I would like to use a web storage in my app but it doesn't seem to be a part of a native library. Should I use ports for this?
Official TodoMVC app seems to be using ports: https://github.com/evancz/elm-todomvc/blob/master/index.html I've found this https://github.com/rgrempel/elm-web-api which does exactly what I need (https://github.com/rgrempel/elm-web-api/blob/master/src/WebAPI/Storage.elm specifically) but it's deprecated. Do I really have to resort to using ports or it's available somewhere in native Elm? Cheers, Leonti -- You received this message because you are subscribed to the Google Groups "Elm Discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
