“a mere 450k” - that’s still a ton of JavaScript to load! I’m a JavaScript-first developer for the most part, but I just don’t understand how people have totally given up on making things small and efficient. Elm is probably great on its own, but I’m not buying it as a replacement at this point. 22k -> 55k LOC is ridiculous.
“a mere 450k” - that’s still a ton of JavaScript to load! I’m a JavaScript-first developer for the most part, but I just don’t understand how people have totally given up on making things small and efficient. Elm is probably great on its own, but I’m not buying it as a replacement at this point. 22k -> 55k LOC is ridiculous.
That’s prior to minification. Luckily for you, the focus of 0.19 is on improving the SPA story: reducing data loaded from the server, DCE, etc.
Good to know!