1. 2
    Render a React UI with JSX
    2m 48s

Render a React UI with JSX

InstructorAndy Van Slaars

Share this video with your friends

Send Tweet

We’ll dive right into JSX by rendering a static version of what our application will look like. We’ll cover the basic syntax of JSX and point out where it differs from html.

Daniel Ram
~ 7 years ago

Which package are you using for the JSX autocomplete, that would be super handy.. I currently use react for atom package, but don't see it autocomplete the jsx.

Andy Van Slaarsinstructor
~ 7 years ago

I'm just using this react plugin. https://atom.io/packages/react

I have other plugins, but nothing else that should be doing anything with JSX. There are settings for the plugin and I have selected "Enable for All JavaScript Files". Maybe it's just not running in your JS files?

Hope you're able to get it working.