Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

JavaScript React by Example Setting up With Create React App Initialize the State

Jason Choi
seal-mask
.a{fill-rule:evenodd;}techdegree seal-36
Jason Choi
Front End Web Development Techdegree Graduate 21,159 Points

Does anybody know's what Atom package Guil uses for JSX language support?

Hello.

I've realized the JSX syntaxes are all being recognized in the video.

I'm currently using the react package (0.17.0) but it doesn't seem to recognize every React syntax.

Does anybody know what kind of Atom package Guil is using?

Thank you! :)

2 Answers

T Essex
T Essex
35,288 Points

There's a separate package called "language-javascript-jsx" that adds this functionality and seems to work like in the video.