Posted in react
692
8:41 am, October 11, 2021
 

using babel for react compiling in browser

<p>this is currently just an idea, as i saw that codepen uses babel to run react i was wondering i can do the same thing here and then just write normal react script and have babel compile it.&nbsp;</p>
<p>so it may not work! :)</p>
<h3>Installing babel standalone</h3>
<p>it seems that you should use a <a href="https://babeljs.io/en/setup/#build-systems" target="blank" rel="noopener">build system</a> to run react normally, but this is just for testing anyway. <a href="https://babeljs.io/setup#installation" target="blank" rel="noopener">Installation</a>.</p>
<p>ok that works, this is just babel working standalone, <a href="/view/code/ryCfP/adding-react-to-a-website-in-3-steps/">how to combine this with react</a>?</p>

HTML

<div id="output"></div>

Scripts

<!-- Load Babel -->
<!-- v6 <script src="https://unpkg.com/babel-standalone@6/babel.min.js"></script> -->
<script src="https://unpkg.com/@babel/standalone/babel.min.js"></script>

Javascript

const getMessage = () => "Hello World";
document.getElementById('output').innerHTML = getMessage();

View Statistics
This Week
184
This Month
1067
This Year
778

No Items Found.

Add Comment
Type in a Nick Name here
 
Search Code
Search Code by entering your search text above.
Welcome

This is my test area for webdev. I keep a collection of code here, mostly for my reference. Also if i find a good link, i usually add it here and then forget about it. more...

You could also follow me on twitter. I have a couple of youtube channels if you want to see some video related content. RuneScape 3, Minecraft and also a coding channel here Web Dev.

If you found something useful or like my work, you can buy me a coffee here. Mmm Coffee. ☕

❤️👩‍💻🎮

🪦 2000 - 16 Oct 2022 - Boots
Random Quote


Bajo
Latest News
## 🚀 AI Giants Hit Bullseye: Anthropic & OpenAI Achieve Product-Market Fit Anthropic and OpenAI have reached a significant milestone, finding product-market fit with their AI technologies, which means their products effectively meet the needs of their customers, driving growth and adoption. This achievement showcases the practical value of their innovations, enabling businesses and individuals to leverage AI for enhanced productivity and efficiency. With this alignment of product and market needs, these companies are poised to transform industries and shape the future of technology.