Hacker News new | ask | show | jobs
by vvpan 4055 days ago
So, besides the virtual DOM, I feel like it's east to write React-like code in Angular. Just make directives that are real tight, with unidirectional flow of events and get passed only the values they need. Perhaps I'm missing something.