For further actions, you may consider blocking this person and/or reporting abuse
Read next
Implementing Hosted Checkout with ANZ Worldline Payment Solutions in Next.js
Abdur Rakib Rony -
Data Fetching in React
Agbo, Daniel Onuoha -
π Diving Into React Hooks: A Comprehensive Guide for Modern Development
HERNAN VERGARA -
JavaScript Tips: Using .every() and .some() for Cleaner Array Checks
Harish Kumar -
Top comments (3)
Babel, JSX, and Build Steps
Which highlights why Babel is used in the majority of cases:
but like this:
Why you donβt need Babel
It needs to be emphasized that Babel itself does not become part of the application - it is just a build tool. However the code it generates tends to be larger as more succinct modern JavaScript features are replaced with more verbose transforms and all the necessary polyfills.
You are not explaining why you are asking this question; given that create-react-app handles everything for you, it shouldn't be a concern.
So the question sounds like an XY problem.
Also given what you need Preact is often enough.
No
yes to reduce the burden of writing html in javascript