-
Wow, what a cool idea! I love aesthetic and the functional design đź‘Ť
It'd be super fantastic if the navigator could be hidden by default, and then a command offered which would expose the navigator…
-
> Since Elm-UI uses stuff that are not allowed in the official repository you cannot installed it via the default method
When I came across that phrase on the [front page of the docs](http://elm-ui…
-
## JS Framework Benchmark
The current de facto standard benchmark for measuring the performance of front end apps seems to be https://github.com/krausest/js-framework-benchmark.
This is a fairl…
-
``` elm
module Main exposing (Msg(..), main)
import Browser
import Html exposing (Html)
main : Program () () Msg
main =
Browser.sandbox
{ init = ()
, view = \_ -> Htm…
-
Korolev https://github.com/fomkin/korolev
Uses an immutable model which when changed updates dom.
-
from the discussion we've made till now, turns out the vanilla **TypeScript** and **HTML** files have the upper hand over other web technologies. but we haven't still heard the opinions of all of the …
-
I can't find this in the documentation. But I would like to call JS function (normal and async functions) from within ihp. Mainly to leverage the huge number of existing JavaScript libraries and also …
-
Some libraries like [material-ui](http://www.material-ui.com) require to add components as properties to another react component.
JSX Example (See [live/complete](http://www.material-ui.com/#/compo…
-
I don't know how much has changed in the underlying core libraries and thus how large of a lift it will be to upgrade `elm-semantic-dom` to support Elm 0.19, but I'd be happy to help!
I've been us…
-
There are a few issues with the current elm-oracle program:
- Requires an internet connection + time to download documentation.json files, which might not always work and currently doesn't work behind…