Hacker News new | ask | show | jobs
by grayrest 3529 days ago
> I don't know exactly how fragile that magic is.

It's reasonably robust for the HTML/JS part. The majority of current generation Javascript frameworks are built on similar techniques and the main thing Elm adds is the type system and guaranteed purity.

For CSS, all bets are off. I expect Elm to put more effort into styling when scoped CSS becomes widely deployed enough to rely on.