Hi, "Elmx" is just ordinary Elm functions that happen to have exactly the same names as HTML tags. So, it's 100% first class, if that's what you mean...? Those functions just take two parameters: a list of attributes and a list of child nodes.
http://guide.elm-lang.org/architecture/user_input/buttons.html Personally, for me, Elm makes makes working with HTML "almost nice" (as opposed to "patently horrible", which is what working with plain-vanilla HTML is ... and JSX isn't any better.) So, yeah, it's awesome :) -- You received this message because you are subscribed to the Google Groups "Elm Discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
