Sami Jaber
Sami Jaber
Thanks @alexonaci
Was asking @ryansolid about his thoughts on this (as he knows so much about each web framework). He cautioned against trying to build a framework-agnostic Portal implementation in Mitosis, as...
> Is this the recommended approach for every lib? I've tried this with a button element and the React output is throwing type errors. `JSX.HTMLAttributes` isn't equivalent to `React.HTMLAttributes`. Hmm,...
Thanks @R-Bower, that's informative. You're right, we need a way to map the Mitosis JSX types to the correct framework types, or folks will run into many type-related issues. There...
I think one of the main reasons we have these issues is that the JSX parser works by updating the AST and replacing it with the appropriate JSON: https://github.com/BuilderIO/mitosis/blob/8980fd5d4130ffa719d42469677d1667bce0953a/packages/core/src/parsers/jsx/jsx.ts#L148 Instead,...
> Is it possible to make the parser pluggable and let the community to maintain so we can turn whatever framework to mitosis. Yes, anyone is able to create their...
potential tool: https://github.com/changesets/changesets
I'm not very fixated on conventional changelog. Any kind of automated changelog + automated released system would be great honestly
@misstong Would love your contribution! You're welcome to take a stab at it, and let me know if you need any help 🙏🏽
Oh, Closing this as we have already implemented https://github.com/changesets/changesets