Vue Js?
Vue was initially released in February 2014 by ex-Google employee Evan You and has become popular even though it’s not backed by a big company the development team has only about a dozen developers. Vue is being used by a few companies like Xiaomi, Adobe, Grammarly, Alibaba, and also in many small projects.
Vue uses Virtual DOM (VDOM) as an adopted concept of React. Like React, Vue updates only those objects that get changed in the “real” DOM, so the rendering speed is faster than Angular and similar to React