Hacker News new | past | comments | ask | show | jobs | submit login

Weird, I came away with just the opposite impression. Vue forces you to organize everything in a certain way: data goes in data, computed properties go in computed, methods in method... it all felt very Rails to me.

React sort of used to have this problem, too, when you had to rely on classes for state, but the hooks era is a breath of fresh air. Everything is just a function. It feels freeing.




With Typescript classes that becomes better imo. Data are instance variables, computed properties are getters (and setters) and methods are instance methods.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: