bfanger / svelte-preprocess-react

Seamlessly use React components inside a Svelte app
MIT License
126 stars 6 forks source link

Experiment idea: Using sveltosis #15

Open bfanger opened 1 year ago

bfanger commented 1 year ago

https://try.sveltosis.dev/ This tech allows generating react-component-code from Svelte files.

This could allow the preprocessor to add support for:

import { ReactComponent as Button } from "$lib/components/Button.svelte";
jonathanstanley commented 11 months ago

fyi: sveltosis is now incorporated into https://github.com/builderio/mitosis