elm-community / elm-webpack-starter

Boilerplate for developing Elm apps on Webpack

Home Page:http://elm-community.org/elm-webpack-starter/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What about AOT compilation?

srghma opened this issue · comments

I'm new to language, don't beat me hard

commented

Can you explain a bit what you mean by that?

As I know all html defined in view function are added at runtime, is it even possible to do some of this work at compile time?

commented

Can you expand a bit further still?

Don't know, you tell me, thats why I asked)

commented

It's a bit hard to say exactly what you're after without knowing some more context. What's the end goal that you are trying to achieve? A fast page?

commented

My recommendation in that case is to try Elm out. Elm is already pretty fast - it's one of the fastest frontend frameworks out there. When you run into speed issues, join the Elm slack and ask us there! :)

Thanks)