mitosis
mitosis copied to clipboard
Write components once, run everywhere. Compiles to React, Vue, Qwik, Solid, Angular, Svelte, and more.
- Don't flatten state getters into state. This allows the state object to be removed in most cases, so that Qwik does not need to serialize it unnecessarily. - Support...
> [Alpine.js](https://github.com/alpinejs/alpine) offers you the reactive and declarative nature of big frameworks like Vue or React at a much lower cost. > > You get to keep your DOM, and...
## **Describe the bug** In [my project](https://github.com/arijs/astro-mitosis), I'm using `"astro": "^1.0.0-beta.17"` and `"@builder.io/mitosis": "^0.0.49"`. There are some errors when installing dependencies in my project and when running Mitosis code, as...
I think the code will be a lot simpler in the generators if we provide more metadata on the props. For example in angular we want to know if it's...
Like for example, a differentiation between attributes and arguments? In jsx, there is only the 'prop', which react uses for both html attributes and component arguments
Came out of a conversation with @mandx. Writing it here to not lose the idea. When building a Mitosis project whose outputs are all independent npm packages, there's one issue:...
I've realised that createContext and useContext features aren't implemented yet. Is there an ETC for these features? Btw, this package is awesome, looks very promising to me. Thanks!
Currently, Mitosis generates the original prototype version of Qwik. Update the mitosis to generate the latest `qHook` syntax. - Idea is that this will be compatible with the optimizer. (https://github.com/BuilderIO/qwik/issues/60)...
Neat tool! The lack of dark mode is a bit of A11y issue for me; too much white screens can aggravate my concussion. I had to install a "Dark Mode"...