Hacker News new | ask | show | jobs
by faitswulff 3104 days ago
You don't have to use the templates, though. Define a render function and you can even use JSX in it: https://vuejs.org/v2/guide/render-function.html#JSX
1 comments

Why wouldn't I just use React at that point? Same behavior, less complexity.
I agree; using JSX outside React feels kinda silly. But Vue is much simpler to grok than React.
I believe React is very simple and easy to understand.

Redux is not as easy but you can go with MobX instead for easier state management.