A lightweight library for writing Vue applications using React syntax.
I appreciate React's syntax, though I primarily use Vue. React's functional components work beautifully with TypeScript, whereas Vue historically hasn't been as elegant with TypeScript. Why not combine the best of both worlds with a sweet syntax?
- ✨ Use familiar React functional component syntax
- 🔄 Seamless integration with Vue's reactivity system
- 🧩 Type safety with perfect TypeScript support
- 🛠️ Compatible with the Vue ecosystem
npm install @vueireact/core
Try the Getting Started guide to get started.
Issues and PRs are welcome to improve this project.