https://github.com/devgauravjatt/react-in-svelte
https://github.com/devgauravjatt/react-in-svelte
react react-in-svelte svelte-reactivity sveltekit
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/devgauravjatt/react-in-svelte
- Owner: devgauravjatt
- License: mit
- Created: 2025-07-13T00:50:27.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-07-13T00:56:48.000Z (4 months ago)
- Last Synced: 2025-07-13T02:40:01.411Z (4 months ago)
- Topics: react, react-in-svelte, svelte-reactivity, sveltekit
- Language: Svelte
- Homepage:
- Size: 39.1 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React in Svelte
This is a basic example of using React in a SvelteKit project.
## Features
- Uses React and React-DOM
- Uses [React-Type-Animation](https://www.npmjs.com/package/react-type-animation) library for typing animation
- Uses Tailwind CSS for styling
## How to use
```bash
git clone https://github.com/devgauravjatt/react-in-svelte
cd react-in-svelte
npm install
npm run dev
open http://localhost:5173
```
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.