Diogo Cunha

Results 4 issues of Diogo Cunha

Rendering in Choo is a completely synchronous process, thought this makes things way simpler there are a few downsides from 2 perspectives: - **CPU** - Rendering complex components might block...

Fixes #645

This PR adds the support for custom components (web components) ~Blocked on: https://github.com/choojs/hyperx/pull/68~ ```js // MyComponent.js class MyComponent extends HTMLElement { connectedCallback () { this._shadow = this.attachShadow({ mode: 'open' })...

fix: https://github.com/reconbot/graphql-lambda-subscriptions/issues/309