You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm curious about using the .jsx extension for stateless components. Last I checked this was not recommended - I haven't done much research on the topic recently. I'm game to keep the .jsx extension if there's reasoning behind it, otherwise I think we should keep the extensions consistent with the rest of the project.
The text was updated successfully, but these errors were encountered:
I think the generator is just setup to do that, but I agree that .js extension is fine.
BTW, I just left a comment about the comma dangle thing. Maybe we should open up an issue about stylistic stuff so that we can talk about it. I will try to be on the same page, but there are a few patterns that might be difficult to break for me (noted in the comment).
I'm curious about using the
.jsx
extension for stateless components. Last I checked this was not recommended - I haven't done much research on the topic recently. I'm game to keep the.jsx
extension if there's reasoning behind it, otherwise I think we should keep the extensions consistent with the rest of the project.The text was updated successfully, but these errors were encountered: