Compiling JSX

Loading "Compiling Jsx"
Normally you'll compile all of your code at build-time before you ship your application to the browser, but because Babel is written in JavaScript we can actually run it in the browser to compile our code on the fly and that's what we'll do in this exercise.
๐Ÿ‘จโ€๐Ÿ’ผ Let's add a script tag for Babel, then we'll update our own script tag to tell Babel to compile it for us on the fly. When you're done, you should notice the compiled version of the code appears in the <head> of the DOM (which you can inspect using DevTools).
Login to get access to the exclusive discord channel.
  • โš›๏ธFundamentals
    First Four Exercises are Free!
    Kent C. Dodds โ—† ๐Ÿš€๐Ÿ†๐ŸŒŒ:
    To make sure this shows up in the fundamentals thread. Isn't it exciting the first four exercises of...
    1 ยท 3 days ago
  • General
    Welcome to EpicReact.dev! Say Hello ๐Ÿ‘‹
    Kent C. Dodds โ—† ๐Ÿš€๐Ÿ†๐ŸŒŒ:
    Welcome to the first of many posts in the EpicReact.dev channel! Take a moment to introduce yourself...
    0 ยท 3 days ago