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?
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?