PatrickJS
PatrickJS
It would be a lot easier to diff the state object if it was just values. Following what vue did and create another namespace for methods is a good idea....
sanitize innerHTML using https://github.com/apostrophecms/sanitize-html or something else current workaround. import `sanitize-html` and invoke it on every innerHTML ```jsx import sanitizeHtml from 'sanitize-html'; ```
we to separate the binding updates and registering for listeners https://github.com/BuilderIO/mitosis/issues/285
create a Slots API for webcomponent that doesn't need ShadowDom slots are just elements created at one place that is moved to another. If a webcomponent is using slots without...
```typescript export const createMitosisComponent = ( options?: Partial, ): MitosisComponent => ({ '@type': '@builder.io/mitosis/component', imports: [], inputs: [], meta: {}, state: {}, children: [], hooks: {}, context: { get: {},...
helpers should be hmr-utils
Sorry, this repo will be rewritten for Angular versions 4+ I can back port it for AngularJS if there are requests.
Hey ✌️ I'm in the middle of redoing everything to be Microfrontends focus which will allow you to work in Angular, Qwik, and React (and even angular.js and vue). The...
https://github.com/blog/2111-issue-and-pull-request-templates Issue and Pull Request templates