from Hacker News

Thoughts on React and Vue

by LiterallyDoge on 12/4/18, 9:38 PM with 2 comments

Honestly they are both phenomenal tech stacks. My current thoughts are that Vue is less opinionated and has a lighter transpilation pipeline, but doesn't have anything that can match React Native. What are your thoughts?
  • by crooked-v on 12/4/18, 10:48 PM

    I prefer React because JSX has a one-to-one translation to JS code. It makes reasoning through edge cases and interactions with builtins much easier than with template language-based stuff.