Hacker News new | ask | show | jobs
by stardrive 3972 days ago
Agree that those two benefits alone are super, may I also add:

3. The MVI framework, it's a great way to structure apps, much beyond the lifecycle methods React throws at ya.

4. The driver architecture, which shows forward thinking. It's ready to render to DOM or any other target or sink with any backend.

It's also the right way to think about engineering. Not just with the component mindset but more importantly, with Human-Computer Interaction being the main driver, which reveals the flow and structure of an app if you follow it through.