-
Just tried to take a stab at adding support for https://github.com/skatejs/skatejs but ran into a few issues:
1. Jest seems to not be friendly with custom elements since you cannot extend HTMLEleme…
-
https://github.com/skatejs/dom-diff
-
Right now we are using one central mutation observer to watch the document.body. This works fairly well, however, what if we could create a faster model where mutation observers are created for each c…
-
Can I use Preact Material in Web Components?
Seems like the CSS import not working for us for some reason when wrapping our preact components with skatejs to be used as web components
Any one has …
-
Historically, DOM elements have a problem: their attributes must be coerced into strings. When you set them (for example you set a `style` attribute on an element) the values are converted from their …
-
I've been trying to "fix a bug" when using `react-integration` with `skatejs` components.
I found what is the problem but I'm not sure how to solve it properly. If anyone have any idea / feedback on …
-
I wonder what a `rendererCallback` for using Vue inside SkateJS might look like. In particular, I'm wondering if there's some way of using Vue build-system type stuff (f.e. stuff like vue-loader for W…
-
## Bug report
* Skate version: 5.2.3 (`npm info skatejs version`)
* Affected browsers (and versions): n/a
### Current behaviour
`npm start` on the SSR example (skatejs/packages/ssr/example) gene…
-
Looking at https://github.com/skatejs/web-components/blob/master/src/index.js#L16 it seems like `native-shim.js` is always required, but (as I understand it) this file must remain ES6 or it won't work…
-