can templates with javascript work in haskell miso

93 Views Asked by At

For DTL(Django template language), usually I find templates and just fill contents, everything will work. Now I am looking at elm and haskell miso. It seems that for elm, I have to handle javascript carefully, some may need to implement in elm.

What about haskell miso? I looked into some examples, it seems that if a template include javascript files, I can still include them in miso, just need to handle something like OnClick, etc.? Is it behave the same as in DTL?

Thanks.

0

There are 0 best solutions below