Jason Miller
Jason Miller
Just wanted to drop an idea here that came to me in another discussion about sessionStorage and a possible analog within `async-local-storage` - Export a `sessionStorage` analog as a second...
I know it's likely not useful, or minimally useful, but FWIW here's the JS implementation I put together based on @Stefichen5's fantastic research: https://gist.github.com/developit/f6c7ef3e41a5ac574dbb4af7dd4ec241 This is built with Espruino. If...
I'll get this merged today - will likely slightly alter it so that both 8 and X are supported.
This shouldn't be necessary in preact-cli 3, since most browsers will be loading the modern JS bundles that use native async/await.
Might be able to work this into developit/preact#496 ;)
The preact-router swap is an interesting data point. Maybe something is being removed immediately after state is being mutated on it? If `this.container` is a ref, perhaps in prior versions...
Hiya! I actually added this (higher order fn) to the benchmark in the post - it's faster and generally I'd recommend an approach like that since it's much more clear...
@rschristian I like this direction, but I would love to avoid using namespaces for the prefixes. I believe vue uses something like `` for properties and `` for attributes. JSX...
Thanks for the detailed writeup. Wrapping things in a computed does not cover the use-cases we have in the react and preact adapters, as the start and end of the...
It's also possible #492 might end up benefitting from a solution to this.