-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Use .js instead of .jsx #37
Comments
I'd like to hear more on this before just changing all the files in the project. Personally, the |
I think for newbie is better use Jsx is not vanilla js, so lets get to newbies chance to clarify (googlify) what is jsx, what is es6 and etc. |
+1 for I also think people who are able to grasp all of the things in this library are people who are generally familiar with React by now (aka, they've changed their religion, as nodkz says). The biggest kicker might be IDE compatibility though. I have zero issues with JSX in |
@nhagen I really like the argument about So, that said, |
Hm. I've always used thisCamelCase, but it looks like facebook uses ProperCase, so thats probably what everyone should be doing for JSX.. Crap. |
Updated all |
A lot of examples and boilerplates, even the Redux official examples are not using .jsx for components.
The text was updated successfully, but these errors were encountered: