Re: [elm-discuss] What Elm needs to move forward

2016-11-24 Thread Matija Srček
I'm having fun learning programming as a hobby and Elm is the most beautiful, friendly, clean and focused language that I've tried, including JS frameworks. I see it as a great solution for building logic and structure (HTML) of an app. It's true, styling (CSS) is almost completely absent. Elm

[elm-discuss] Re: Should I have a CSS file for my made-with-Elm web app?

2016-08-29 Thread Matija Srček
I'm also interested in best practices (performance wise) for using frameworks. Should I import external libraries in my index.html file or should I use elm packages. What's the better approach? For example: Should I import PureCSS im my index.html using