React vs Vue — Handling Selections

John Au-Yeung
Level Up Coding
Published in
4 min readApr 26, 2020

--

Photo by Bodie Pyndus on Unsplash

React is the most popular front end library for the last few years. Vue is a front end framework that’s catching up quickly.

It’s hard to choose between the 2 frameworks since they both have their pros and cons.

In this article, we’ll compare how React and Vue frameworks handle form radio button and drop-down selections and which one is easier for developers.

--

--