DEV Community

Discussion on: From Angular To Vue: Feeling Like A Beginner Again

Collapse
 
lahorijawan1 profile image
Lahori Jawan

Tell you what I don't know why I would need Rxjs because in my 2 years with Vue I never felt to include something out of vue ecosystem. TBH I don't know what problems Rxjs solves.

Thread Thread
 
florimondmanca profile image
Florimond Manca

In Angular, I haven’t found a better way to implement reactivity than RxJS. Vue has other features such as watchers and computed values, so it’s actually pretty unlikely I’m going to need it. 🤔