Tom Sherman
Tom Sherman
I've whipped up a potential state diagram for the ICU engine, transitions are denoted with `gui=*` when they are transitions that are to be made on receipt of a command...
Thinking a little more, ICU might be more of a frontend (like web or terminal), than something that's built into the engine itself.
I would like to propose a method similar to Deno: https://deno.land/[email protected]/linking_to_external_code Basically, don't add a package manager. See also a similar system in Go: https://go.dev/doc/modules/managing-dependencies
Coming back around in 2023, did anyone get to an implementation of this? I think it would be super useful with React Server Components combined with DataLoader: you could do...
https://twitter.com/steveruizok/status/1524670756117958656
Is this as simple as adding transparent to the stroke color presets now? The question becomes: Which swatch should be dropped for transparent?
Ah ok, that's the new color picker - gotcha.
The idea to render the server component as async client components seems to be the best idea I've seen so far. I don't think it's suitable for RTL to bake...
Why are you trying to server render? RSC doesn't rely on SSR, that's an optional optimisation step. See https://github.com/dai-shi/wakuwork for an example of this You need to call createFromFetch/readable from...
That isn't really a bundler specific API, it includes the shared pieces shared across all bundlers. [Source](https://twitter.com/dan_abramov/status/1658173643950551041).