Skip to content

iceprosurface/vueireact

Repository files navigation

VueIReact

npm version license

简体中文 | English | Document

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?

Features

  • ✨ Use familiar React functional component syntax
  • 🔄 Seamless integration with Vue's reactivity system
  • 🧩 Type safety with perfect TypeScript support
  • 🛠️ Compatible with the Vue ecosystem

Installation

npm install @vueireact/core

Usage

Try the Getting Started guide to get started.

Contributing

Issues and PRs are welcome to improve this project.

License

MIT