+ 1
How can i run ReacJs on sololearn
Hello guys. Pls I need a guide on how to run reactJs on sololearn
1 Respuesta
+ 2
Hi! You can run ReactJS in sololearn by adding these scripts inside the head tag:
<script src="https://unpkg.com/react@16/umd/react.development.js" crossorigin></script>
<script src="https://unpkg.com/react-dom@16/umd/react-dom.development.js" crossorigin></script>
<!-- for JSX -->
<script src="https://unpkg.com/babel-standalone@6/babel.min.js"></script>