I’d like to share my open-source project VuReact — a compiler toolchain for migrating from Vue to React, while also enabling a “write React with Vue syntax” workflow.
I love Vue’s <script setup>, Composition API, and its intuitive mental model.
But many projects still require React.
Until now, the options were usually:
Rewrite everything manually






