PatrickJS

Results 76 issues of 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....

enhancement
web-components

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'; ```

bug
web-components

we to separate the binding updates and registering for listeners https://github.com/BuilderIO/mitosis/issues/285

enhancement
web-components

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...

enhancement
web-components

```typescript export const createMitosisComponent = ( options?: Partial, ): MitosisComponent => ({ '@type': '@builder.io/mitosis/component', imports: [], inputs: [], meta: {}, state: {}, children: [], hooks: {}, context: { get: {},...

enhancement
help wanted
core

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.

REPO UPDATES

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...

REPO UPDATES

https://github.com/blog/2111-issue-and-pull-request-templates Issue and Pull Request templates

enhancement
help wanted