Y
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
ng12
3104 days ago
Why wouldn't I just use React at that point? Same behavior, less complexity.
link
Mary-Jane
3104 days ago
I agree; using JSX outside React feels kinda silly. But Vue is much simpler to grok than React.
link
cc81
3103 days ago
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.
link