donthedeveloper / site-builder

GNU General Public License v3.0
6 stars 10 forks source link

Create separate folder for signup #86

Closed donthedeveloper closed 5 years ago

donthedeveloper commented 5 years ago

SignupPage.jsx should probably be in its own folder. So it should look like this: App/SignupPage/SignupPage.react.js.

Adding react allows it to be next to action and reducer files and still stand out as a React component. We're switching the jsx extension over to js as Facebook's create-react-app now warns when you use the jsx extension. I like to follow their conventions.