team-gryff / react-monocle

A developer tool to visualize a React application's component hierarchy.
MIT License
2.45k stars 78 forks source link

Make .js extension the default? #127

Open jerrymao15 opened 8 years ago

jerrymao15 commented 8 years ago

Dan Abramov recently made a good point in favor of using .js over .jsx as an extension while developing in React (https://github.com/facebookincubator/create-react-app/issues/87#issuecomment-234627904). Would making the default to .js be the better option? If the default is .js, the directory option would have to be required until we find a better way of determining what/where your source code is.