Using JSX outside React application
Published at February 3, 2019 · 1 min read
I’m not a fan of the React at all. I prefer to use VueJS wherever it’s possible. But React is really one of the most popular JavaScript libraries now. There are a lot of people who use it and like it.
One of the most important parts of React is JSX - “a syntax extension to JavaScript. It is similar to a template language, but it has full power of JavaScript”. Honestly, it’s the one reasons why I don’t like React. But if you’re using React, it’s really painful to not use JSX too.
...