Render a React UI with JSX

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
Daniel Ram
~ 8 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 Slaars
Andy Van Slaars(instructor)
~ 8 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.