Jason Miller
Jason Miller
That seems like a reasonable plan - I don't have exact numbers on the % impact of the polyfill repos, but estimating based on packagephobia seems to indicate they're at...
@btzr-io the workaround would be to set the property's value to `undefined`: ```js // Action removeItem({ collections }, id) { let items = { ...collections.items }; items[id] = undefined; return...
Sorry for taking so long to notice this, but thank you for having a go at TS types! I'm not particularly handy with TS so this is very helpful.
Hello, The usage here is incorrect. `stockroom/inline` accepts an instance of Stockroom (as returned by `stockroom/worker`), but you're passing it a worker. So it's not a bug, but I think...
Duplicate of #2 - it's probably much much easier to create a second library. I don't know how redux middleware would work. That said, if someone forks and is able...
I'm always around on the [Preact slack](https://preact-slack.now.sh) if you run into anything.
That would work, though it's not possible to skip initial renders in vdom sadly. Another option might be to allow passing `(worker, state)` to the main thread side of stockroom?...
@Silic0nS0ldier It's likely impossible to test TS stuff via Karmatic, since tests are executed in a browser environment.
Definitely a fan of that idea!
Yup, just need to make sure I'm good to create a repo haha.