verekia / js-stack-from-scratch

🛠️⚡ Step-by-step tutorial to build a modern JavaScript stack.
MIT License
20.05k stars 1.99k forks source link

.jsx instead of .js #252

Open Biuni opened 6 years ago

Biuni commented 6 years ago

Type of issue: (feature suggestion, bug?)

Suggestion

Chapter:

no-chapter


Why use .jsx instead of .js? It's not a best practice: https://github.com/facebook/create-react-app/issues/87#issuecomment-234627904

verekia commented 6 years ago

Yup, I've switched to .js too. It's one of the many things of the tutorial that needs an update :)

deyan-a commented 5 years ago

Hey, I can help with the refactor/update, if you're looking for help.