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.
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.