Jason Miller

Results 1173 comments of Jason Miller

Only way to combat the Jest/JSDOM issue would be to switch to a browser for tests - we could switch to [karmatic](https://github.com/developit/karmatic) without changing much. Does Skate support component composition?...

Hooks-based integrations for React and Preact should be coming shortly, which would be a nice fix for this since they don't wrap your component at all.

Hi there - you're getting 2 copies of Preact, which is unsupported. You'll either need to externalize Preact in your bundle, or tell Unistore to look at your bundled copy...

Hmm - preact has a `jsnext:main` and `module` entries, perhaps those aren't getting picked up by your `external` mapping? Try using an ESM import for Preact rather than the `const`...

I guess this would just be actions that invoke a callback to signify completion rather than returning a promise?

I'm on the fence about this one. I wonder if what we really need is middleware... Right now I'm not sure how we'd be able to support thunks since we...

Would love to merge a PR for lit bindings. I had started on some, but wasn't sure how to replicate the `context` portions of the preact/react bindings.

+1 to @horaciosystem's point about avoiding duplicated data. It seems like those 2 example problems would be best suited to a selector: ```js @connect( (state, props) => { let todos...

Would something like this work? https://unpkg.com/[email protected]/worker/