That specific feature reminds everyone of Angular, indeed, but more generally speaking, Vue is a small framework, focused on the UI (vue-view, get it? :)) and if you use it with Vuex, you can end up with a reactive app very similar to one written in React/Redux.
Comments
How is that in the same style of React? To me, Vue feels like a cleaner version of Angular and very little like React.
That specific feature reminds everyone of Angular, indeed, but more generally speaking, Vue is a small framework, focused on the UI (vue-view, get it? :)) and if you use it with Vuex, you can end up with a reactive app very similar to one written in React/Redux.