Stack overflow in Elm and other Issues
Disclaimer: I asked the same question on reddit (link)
Idiomatic way to transform a value by applying a list of functions in Elm
Given a list of functions that transform a value, what is the most idiomatic way to apply them? Example:
Encourage Elm to use optimized batch DOM manipulation method
I’ve got a view with thousands of items to display. How do I encourage Elm to utilize something more optimized for list of items like document fragment rather than appendChild?