-
One of my Elm apps shows the following error in the browser console when I try to use elm-watch:
`Uncaught ReferenceError: _Platform_enqueueEffects is not defined
_Platform_initialize http://1…
-
Hey @dillonkearns ,
I noticed you have an [elm-electron-starter](https://github.com/dillonkearns/elm-electron-starter) which is not being maintained since 2017. I believe it wont be working now wit…
-
People is raising their interest about progressive web apps.
Other technologies have tools for code splitting, so service workers can cache chunks of that code to load faster. Does anybody knows i…
-
Deprecated since 0.13.0: components introduce encapsulated state and hamper the use of a single source of truth. Instead, leverage the Elm Architecture directly, or implement a custom widget
https://…
-
Hi, great stuff!
I have tried some of the demos, and notice that the vertical scroll position on a page is not kept when using the "Back" button in my browser. This makes apps such as the Hackernew…
-
This might be a peculiarity of my setup but I have 4 separate elm apps being built by webpack and when ever I make a change all 4 rebuild. Even when the change is to a file that is only used by one of…
-
# Why?
In 2016 when we were considering our options for how to build an upcoming web app/project,
we opened the "***Why***?" issue #1 to capture our initial reasoning for shortlisting Elm.
In th…
-
https://www.elm-spa.dev
https://discourse.elm-lang.org/t/elm-spa-single-page-apps-made-easy/4950
-
I see three alternatives to build a desktop app :
- with **Electron**: https://www.electronjs.org/
- with **Tauri**: https://tauri.app/
- with **PWA** (https://web.dev/, https://developer.mozilla.o…
-
An example app I use (a slightly expanded version of the counter example) is experiencing a bug with Elm's debug history exports. Compiled with either elm-make or with webpack, clicking the counter bu…