---
title: "Using Vue vs React"
url: https://daily.dev/posts/using-vue-vs-react-a8jos-dx
source_url: https://medium.com/front-end-weekly/using-vue-vs-react-f0454049a5c8
type: article
source: "Medium"
published: 2021-02-18T08:20:08.049Z
updated: 2021-10-07T14:17:10.317Z
tags: ["general-programming", "react", "vuejs"]
reading_time: 9
upvotes: 45
comments: 5
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Using Vue vs React

**[Medium](https://daily.dev/sources/medium_js)** · 9 min read · 45 upvotes · 5 comments

## Summary

Vue.js and React.js are two popular frontend (FE) JavaScript frameworks among web developers worldwide at present. Vue uses HTML templates by default, but there’s an option for writing in JavaScript Expressions (JSX) React relies on routing and state control on external solutions such as Flux/Redux.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://medium.com/front-end-weekly/using-vue-vs-react-f0454049a5c8>

## Community discussion

Top comments from developers on daily.dev.

**@proapi** · 4 upvotes

> Really nice article! Nice comparison and conclusion. I'm excited about new Vue.js 3 and this is my main focus, but it is good that both those technologies are getting more hype! Keep up the good work :)

**@juanjosej** · 2 upvotes

> React is more pupular and Vue is more friendly for new devs. Bothe are great tools to learn and to develop with!

**@mayckonrebecci** · 2 upvotes

> The thing is to learn the 2 technologies, both are very powerful!

**@kasvith** · 1 upvotes

> What Vue3 has bought to the table has changed the battle. I feel Vue is well balanced and easy to do many stuffs

**@0dumz** · 0 upvotes

> This was super helpful in clearing my confusion between the two...an awesome read. I love Vue though for most of the stated reasons...lol.

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 0 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments
- [CNCF Unveils Schedule for KubeCon \+ CloudNativeCon Europe 2026](https://daily.dev/posts/cncf-unveils-schedule-for-kubecon-cloudnativecon-europe-2026-ikhcoa5cb) · CNCF · 2 upvotes · 0 comments
- [CNCF Debuts KubeCon \+ CloudNativeCon Japan 2026 Schedule](https://daily.dev/posts/cncf-debuts-kubecon-cloudnativecon-japan-2026-schedule-xp5pyudub) · CNCF · 1 upvotes · 0 comments

---

Tags: [#general-programming](https://daily.dev/tags/general-programming), [#react](https://daily.dev/tags/react), [#vuejs](https://daily.dev/tags/vuejs)

[View this post on daily.dev](https://daily.dev/posts/using-vue-vs-react-a8jos-dx)
