dmjio
dmjio
Merged in #757 @alexfmpe @sevanspowell . @alexfmpe I'll get a release out for https://github.com/NixOS/nixpkgs/pull/380737
https://hackage.haskell.org/package/miso-1.8.6.0
Hi, The nomenclature used around "hot reloading" vs. "live reloading" in the docs might need improvement. According to your description miso has live reloading via jsaddle yes. The code is...
Sure, there should be some prior art on local storage for reference as well - https://haddocks.haskell-miso.org/Miso-Effect-Storage.html#v:getLocalStorage
My understanding is that w/ jsaddle the update function gets executed on the server, the client has an interpreter that modifies the DOM via a websocket protocol. Yes localStorage API...
Hey, So the keys are supposed to turn the quadratic behavior of modifying large child lists into a linear time operation, and in some happy-path cases even better. If a...
Also, if you're attempting to manipulate the DOM outside of miso, then this can cause undefined behavior. In specific cases where you're operating on a single DOM element it can...
We also use the keyed stuff for benchmarks, and have them tested here: https://github.com/dmjio/miso/blob/master/tests/diff.test.js
If you can make two issues, one for the keyed node issues, and a separate one for the duplicate text input you’re seeing we can handle each. Not sure what...
This is an important topic. There's a lot of different schools of thought on how to create and manage CSS in applications (CSS-in-JS, using preprocessors (sass, etc.), SMACSS, BEM, utility...