skatejs / skatejs

Effortless custom elements powered by modern view libraries.
http://skatejs.netlify.com/
MIT License
3.29k stars 139 forks source link

LitHTML vs HyperHTML #1227

Closed trusktr closed 7 years ago

trusktr commented 7 years ago

HyperHTML seems to have wider browser support, maybe it's a good idea to use that?

See this table: https://gist.github.com/WebReflection/fadcc419f5ccaae92bc167d8ff5c611b

treshugart commented 7 years ago

I'm happy to have both. If you feel like writing a renderer for one, we're more than happy to receive a contribution. Hard part is creating a repo, but having a gist or something we can refer that's written in the same style of the lit html one would be a good place to start :)

trusktr commented 6 years ago

Yeah, managing another repo adds a lot of maintenance work. What about just having a folder for renderers in the main repo, but still publishing them as separate packages (perhaps even using something like Lerna)?

treshugart commented 6 years ago

@trusktr we have a monorepo in skatejs/skatejs now, so it could just go there. More than happy to accept a contrib.