I am new to Elm, I have done a lot of javascript. I would like to start using Elm for a personal project and see how this happens, but I'm not sure how to make a responsive layout with Elm.
I think one solution would be to use Elm for the whole logic (using the Elm architecture) and leave the layout in an external CSS library, such as Foundation, only for the sensitive mesh. But I do not know if this is the right approach - since people solve the problem of flexible layout in Elm and are there any implementation examples?
source
share