Skip to content
Navigation menu
Search
Powered by Algolia
Search
Log in
Create account
DEV Community
Close
vureact Series' Articles
Back to Ryan John's Series
Vue to React Migration: A Real Component Walkthrough with VuReact
Ryan John
Ryan John
Ryan John
Follow
May 18
Vue to React Migration: A Real Component Walkthrough with VuReact
#
opensource
#
webdev
#
vue
#
react
3
reactions
Comments
Add Comment
6 min read
Can Vue Be a React Authoring Language?
Ryan John
Ryan John
Ryan John
Follow
May 19
Can Vue Be a React Authoring Language?
#
frontend
#
vue
#
javascript
#
react
Comments
Add Comment
8 min read
How does VuReact compile Vue 3's ref() to React?
Ryan John
Ryan John
Ryan John
Follow
May 20
How does VuReact compile Vue 3's ref() to React?
#
webdev
#
vue
#
react
#
javascript
Comments
Add Comment
2 min read
How does VuReact compile Vue 3's reactive() to React?
Ryan John
Ryan John
Ryan John
Follow
May 20
How does VuReact compile Vue 3's reactive() to React?
#
vue
#
react
#
webdev
#
javascript
Comments
Add Comment
2 min read
How does VuReact compile Vue 3's computed() to React?
Ryan John
Ryan John
Ryan John
Follow
May 20
How does VuReact compile Vue 3's computed() to React?
#
vue
#
react
#
webdev
#
javascript
Comments
Add Comment
2 min read
I built a Vue-to-React migration tool that writes native React code for you
Ryan John
Ryan John
Ryan John
Follow
May 20
I built a Vue-to-React migration tool that writes native React code for you
#
showdev
#
opensource
#
vue
#
react
1
reaction
Comments
Add Comment
2 min read
How does VuReact compile Vue 3's readonly() to React?
Ryan John
Ryan John
Ryan John
Follow
May 21
How does VuReact compile Vue 3's readonly() to React?
#
vue
#
react
#
webdev
#
javascript
1
reaction
Comments
Add Comment
2 min read
How does VuReact compile Vue 3's toRef() to React?
Ryan John
Ryan John
Ryan John
Follow
May 21
How does VuReact compile Vue 3's toRef() to React?
#
webdev
#
vue
#
react
#
javascript
1
reaction
Comments
Add Comment
2 min read
How does VuReact compile Vue 3's watch() to React?
Ryan John
Ryan John
Ryan John
Follow
May 21
How does VuReact compile Vue 3's watch() to React?
#
webdev
#
vue
#
react
#
javascript
Comments
Add Comment
2 min read
How does VuReact compile Vue 3's watchEffect() to React?
Ryan John
Ryan John
Ryan John
Follow
May 22
How does VuReact compile Vue 3's watchEffect() to React?
#
vue
#
react
#
webdev
#
javascript
1
reaction
Comments
Add Comment
2 min read
How does VuReact compile Vue 3's lifecycle hooks to React?
Ryan John
Ryan John
Ryan John
Follow
May 22
How does VuReact compile Vue 3's lifecycle hooks to React?
#
vue
#
react
#
webdev
#
javascript
Comments
Add Comment
3 min read
How does VuReact compile Vue 3's defineProps() to React?
Ryan John
Ryan John
Ryan John
Follow
May 22
How does VuReact compile Vue 3's defineProps() to React?
#
webdev
#
vue
#
react
#
javascript
Comments
Add Comment
2 min read
How does VuReact compile Vue 3's defineEmits() to React?
Ryan John
Ryan John
Ryan John
Follow
May 22
How does VuReact compile Vue 3's defineEmits() to React?
#
webdev
#
vue
#
react
#
javascript
Comments
Add Comment
2 min read
How does VuReact compile Vue 3's defineSlots() to React?
Ryan John
Ryan John
Ryan John
Follow
May 23
How does VuReact compile Vue 3's defineSlots() to React?
#
webdev
#
vue
#
react
#
javascript
Comments
Add Comment
1 min read
How does VuReact compile Vue 3's defineExpose() to React?
Ryan John
Ryan John
Ryan John
Follow
May 23
How does VuReact compile Vue 3's defineExpose() to React?
#
webdev
#
javascript
#
vue
#
react
Comments
Add Comment
2 min read
How does VuReact compile Vue 3's defineOptions() to React?
Ryan John
Ryan John
Ryan John
Follow
May 23
How does VuReact compile Vue 3's defineOptions() to React?
#
webdev
#
productivity
#
vue
#
react
Comments
Add Comment
2 min read
How does VuReact compile Vue 3's useAttrs() to React?
Ryan John
Ryan John
Ryan John
Follow
May 23
How does VuReact compile Vue 3's useAttrs() to React?
#
webdev
#
productivity
#
vue
#
react
Comments
Add Comment
2 min read
How does VuReact compile Vue 3's useTemplateRef() to React?
Ryan John
Ryan John
Ryan John
Follow
May 24
How does VuReact compile Vue 3's useTemplateRef() to React?
#
webdev
#
javascript
#
vue
#
react
Comments
Add Comment
2 min read
How does VuReact optimize Vue 3's top-level constants and variables for React?
Ryan John
Ryan John
Ryan John
Follow
May 24
How does VuReact optimize Vue 3's top-level constants and variables for React?
#
webdev
#
javascript
#
vue
#
react
Comments
Add Comment
2 min read
How does VuReact optimize Vue 3's top-level arrow functions for React?
Ryan John
Ryan John
Ryan John
Follow
May 24
How does VuReact optimize Vue 3's top-level arrow functions for React?
#
webdev
#
javascript
#
vue
#
react
Comments
Add Comment
2 min read
How does VuReact handle Vue 3's top-level TypeScript declarations in React?
Ryan John
Ryan John
Ryan John
Follow
May 24
How does VuReact handle Vue 3's top-level TypeScript declarations in React?
#
webdev
#
javascript
#
vue
#
react
Comments
Add Comment
1 min read
How does VuReact generate React Hooks dependency arrays from your Vue 3 reactive state?
Ryan John
Ryan John
Ryan John
Follow
May 25
How does VuReact generate React Hooks dependency arrays from your Vue 3 reactive state?
#
webdev
#
javascript
#
vue
#
react
Comments
Add Comment
4 min read
How does VuReact compile Vue 3's `<script setup>` into a full React component?
Ryan John
Ryan John
Ryan John
Follow
May 25
How does VuReact compile Vue 3's `<script setup>` into a full React component?
#
webdev
#
javascript
#
vue
#
react
Comments
Add Comment
2 min read
How does VuReact compile Vue 3's defineAsyncComponent() to React?
Ryan John
Ryan John
Ryan John
Follow
May 25
How does VuReact compile Vue 3's defineAsyncComponent() to React?
#
webdev
#
javascript
#
vue
#
react
Comments
Add Comment
2 min read
How does VuReact compile Vue Router to React Router?
Ryan John
Ryan John
Ryan John
Follow
May 25
How does VuReact compile Vue Router to React Router?
#
webdev
#
javascript
#
vue
#
react
Comments
Add Comment
3 min read
Vue v-if to React: How does VuReact handle it?
Ryan John
Ryan John
Ryan John
Follow
May 26
Vue v-if to React: How does VuReact handle it?
#
webdev
#
javascript
#
vue
#
react
Comments
Add Comment
4 min read
Vue v-for to React: How does VuReact compile it?
Ryan John
Ryan John
Ryan John
Follow
May 26
Vue v-for to React: How does VuReact compile it?
#
webdev
#
javascript
#
vue
#
react
Comments
Add Comment
3 min read
Vue v-show React: How does VuReact convert it?
Ryan John
Ryan John
Ryan John
Follow
May 26
Vue v-show React: How does VuReact convert it?
#
webdev
#
javascript
#
vue
#
react
Comments
Add Comment
2 min read
Vue v-html and v-text to React: How does VuReact handle them?
Ryan John
Ryan John
Ryan John
Follow
May 26
Vue v-html and v-text to React: How does VuReact handle them?
#
webdev
#
javascript
#
vue
#
react
Comments
Add Comment
2 min read
Vue v-memo and v-once to React: How does VuReact compile them?
Ryan John
Ryan John
Ryan John
Follow
May 26
Vue v-memo and v-once to React: How does VuReact compile them?
#
webdev
#
javascript
#
vue
#
react
Comments
Add Comment
3 min read
How does VuReact implement Vue v-on in React
Ryan John
Ryan John
Ryan John
Follow
May 27
How does VuReact implement Vue v-on in React
#
webdev
#
javascript
#
vue
#
react
1
reaction
Comments
Add Comment
4 min read
Vue v-bind to React: How does VuReact handle it?
Ryan John
Ryan John
Ryan John
Follow
May 27
Vue v-bind to React: How does VuReact handle it?
#
webdev
#
javascript
#
vue
#
react
Comments
Add Comment
4 min read
How does VuReact compile Vue v-model to React?
Ryan John
Ryan John
Ryan John
Follow
May 27
How does VuReact compile Vue v-model to React?
#
webdev
#
javascript
#
vue
#
react
Comments
Add Comment
4 min read
Vue v-slot to React: How does VuReact handle it?
Ryan John
Ryan John
Ryan John
Follow
May 27
Vue v-slot to React: How does VuReact handle it?
#
webdev
#
javascript
#
vue
#
react
Comments
Add Comment
4 min read
How does VuReact implement Vue dynamic components in React?
Ryan John
Ryan John
Ryan John
Follow
May 27
How does VuReact implement Vue dynamic components in React?
#
webdev
#
javascript
#
vue
#
react
Comments
Add Comment
3 min read
Vue slot to React: How does VuReact handle it?
Ryan John
Ryan John
Ryan John
Follow
May 31
Vue slot to React: How does VuReact handle it?
#
webdev
#
javascript
#
vue
#
react
Comments
Add Comment
5 min read
How does VuReact compile Vue's KeepAlive component to React?
Ryan John
Ryan John
Ryan John
Follow
May 31
How does VuReact compile Vue's KeepAlive component to React?
#
webdev
#
javascript
#
vue
#
react
Comments
Add Comment
4 min read
Vue Teleport component React: How does VuReact convert it?
Ryan John
Ryan John
Ryan John
Follow
May 31
Vue Teleport component React: How does VuReact convert it?
#
webdev
#
javascript
#
vue
#
react
Comments
Add Comment
3 min read
How does VuReact implement Vue's Suspense component in React?
Ryan John
Ryan John
Ryan John
Follow
Jun 1
How does VuReact implement Vue's Suspense component in React?
#
webdev
#
javascript
#
vue
#
react
Comments
Add Comment
3 min read
Vue Transition component to React: How does VuReact handle it?
Ryan John
Ryan John
Ryan John
Follow
Jun 1
Vue Transition component to React: How does VuReact handle it?
#
webdev
#
javascript
#
vue
#
react
Comments
Add Comment
4 min read
How does VuReact compile Vue 3's TransitionGroup to React?
Ryan John
Ryan John
Ryan John
Follow
Jun 2
How does VuReact compile Vue 3's TransitionGroup to React?
#
webdev
#
javascript
#
vue
#
react
Comments
Add Comment
3 min read
How does VuReact optimize Vue 3's top-level constants and variables for React?
Ryan John
Ryan John
Ryan John
Follow
Jun 2
How does VuReact optimize Vue 3's top-level constants and variables for React?
#
webdev
#
javascript
#
vue
#
react
Comments
Add Comment
2 min read
How does VuReact optimize Vue 3's top-level arrow functions for React?
Ryan John
Ryan John
Ryan John
Follow
Jun 2
How does VuReact optimize Vue 3's top-level arrow functions for React?
#
webdev
#
javascript
#
vue
#
react
Comments
Add Comment
2 min read
How does VuReact handle Vue 3's top-level TypeScript declarations in React?
Ryan John
Ryan John
Ryan John
Follow
Jun 3
How does VuReact handle Vue 3's top-level TypeScript declarations in React?
#
webdev
#
javascript
#
vue
#
react
Comments
Add Comment
1 min read
How does VuReact compile Vue 3's CSS Modules to React?
Ryan John
Ryan John
Ryan John
Follow
Jun 3
How does VuReact compile Vue 3's CSS Modules to React?
#
webdev
#
javascript
#
vue
#
react
Comments
Add Comment
2 min read
How does VuReact compile Vue 3 style syntax into React?
Ryan John
Ryan John
Ryan John
Follow
Jun 4
How does VuReact compile Vue 3 style syntax into React?
#
webdev
#
javascript
#
vue
#
react
Comments
Add Comment
3 min read
How does VuReact compile Vue 3 scoped styles to React?
Ryan John
Ryan John
Ryan John
Follow
Jun 4
How does VuReact compile Vue 3 scoped styles to React?
#
webdev
#
javascript
#
vue
#
react
Comments
Add Comment
2 min read
VuReact complete guide: a Vue-to-React semantic compilation reference
Ryan John
Ryan John
Ryan John
Follow
Jun 5
VuReact complete guide: a Vue-to-React semantic compilation reference
#
webdev
#
javascript
#
vue
#
react
Comments
Add Comment
5 min read
Vue to React with VuReact: A Fast Start Guide
Ryan John
Ryan John
Ryan John
Follow
Jun 6
Vue to React with VuReact: A Fast Start Guide
#
webdev
#
javascript
#
vue
#
react
Comments
Add Comment
5 min read
Vue-to-React Migration Deep Dive: Vuera, Veaury, and VuReact
Ryan John
Ryan John
Ryan John
Follow
Jun 8
Vue-to-React Migration Deep Dive: Vuera, Veaury, and VuReact
#
webdev
#
javascript
#
vue
#
react
Comments
Add Comment
5 min read
We're a place where coders share, stay up-to-date and grow their careers.
Log in
Create account