5 ms·
React has no invented language. You’re thinking about jsx which isn’t needed. It is recommended, however.
by korla 6y ago
React has no invented language. You’re thinking about jsx which isn’t needed. It is recommended, however.
- cookiengineer 6y ago> It is used everywhere, however. Fixed that for you. React without jsx components is just as useless as Vue without .vue files. If you cannot use the ecosystem of a framework in practice, your framework isn’t a framework anymore.
- dragonwriter 6y ago> React without jsx components is just as useless as Vue without .vue files. It's not useless at all. JSX in React is just an alternate syntax for React.createElement calls.
- deleted 6y ago[deleted]
- aaronjxz 6y agoWrong, you can still use VueJS without the vue extension... https://dev.to/arswaw/create-a-lightweight-componentized-spa-without-node-569j https://dev.to/arswaw/create-a-lightweight-componentized-spa...