<script type="media_type"></script>
As far i know the valid script type could be javascript or ecmascript or some other valid value. But in react they use text/babel
As we know babel is nothing but a transpiler. Which task is to convert code into plain javascript
<script type="text/babel">
</script>
Why and How browser response this attribute value if it is a transpiler ?