ChristophP
ChristophP
Would love to see single line case expression.
Really looking forward to this feature. I feel like this would clean up a bunch of code the previously required lots of space
A good example for that is an in-page-anchor. ```html Click here to jump to anchor ```
Just ran into this again. The current behavior is really bad. It basically makes using in page anchor's useless with `Browser.application`, because you don't want the page to reload there....
**Update** After giving this a lot of thought, I would like to suggest to add an additional check in the [vdom](https://github.com/elm/browser/blob/master/src/Elm/Kernel/Browser.js#L157) to prevent the default on link clicks only when...
Yup, it's this line for reference https://github.com/elm/browser/blob/master/src/Elm/Kernel/Browser.js#L157
Ah interesting, that's good
May be resolved by this PR #95
I had the same experience at work. The amount of work you have to do to get the build right including typings, CJS/ESM options and client/server bundles is quite heavy....