Sami Jaber
Sami Jaber
@sdykae we are planning on adding TS types to our Solid/Svelte/Vue/React-Native SDKs, but there are a few technical limitations to work around first. I will tag this issue when we...
> I noticed from [this issue on astro](https://github.com/withastro/astro/issues/3338) that there is some effort to make the builder solid sdk ESM compatible. Any idea when this might land in react sdk?...
Hey @gijsbotje, I was away for the past 2 weeks, hence the slowness in responses. Thanks for your patience! Here's a screencast outlining what I'm seeing: https://www.loom.com/share/4b23a91b53e4413fb33299ceb6dbfb4b I think one...
@gijsbotje Thanks! I just tested it on my end, and the search seems to work properly for both products & categories! 👍🏽
@gijsbotje I just took another look and tried to use your plugin in a demo Builder space. Searching for the data works perfectly! But when it comes to using the...
Our v2 React SDK is now out in Beta: https://github.com/BuilderIO/builder/blob/main/packages/sdks/output/react/README.md example of how to use it: https://github.com/BuilderIO/builder/tree/main/examples/react-v2
@charkour please raise any issues you encounter with the `@builder.io/sdk-react` beta SDK, and tag me! Would love to unblock you
> @samijaber safe for production? @dkrefta it _is_ still in beta, and does not have every single feature that the stable v1 React SDK has. But it should be able...
@kylecordes You're right that NPM packages are never published as `.ts` files! It's worth noting that we also don't want to prematurely make assumptions about use cases. Our own usage...
Thought through this a bit more: > I suspect Mitosis should emit: > > * `ts`, to a directory not intended for publishing (`.npmignore`), for human inspection > * `.js`...