|
|
|
|
|
by lloydatkinson
2184 days ago
|
|
> easy and clear way to do forms. I see this "aNguLaR ReACTivE fORmS" meme all the time. I don't understand the claim or the hype. Vue or React or another framework are all reactive and declarative. HTML inputs can be bound to the component state. After recently trying to use Angular Forms all I got from it was "Wow, they really have over-engineered simple data binding haven't they?". |
|
In react there's no built in solution; in vue you need to polute the scope of your component with form details no one wants. God forbid you if you want to do something less basic like a async validation