opensourceryclub / OpenSourcerySite

Open Sourcery's Website, written in React and Typescript
GNU General Public License v3.0
5 stars 6 forks source link

Migrated from create-react-app to GatsbyJS #20

Closed DonIsaac closed 4 years ago

DonIsaac commented 4 years ago

create-react-app is pretty good for getting started, but rather restrictive for the more advanced features we want. Gatsby offers an alternative - it is both easy to pick up, but powerful enough for more advanced configuration. It also has several critically important enhancements, such as static page rendering (yay SEO), powerful CDN/plugin support, and GraphQL integration out of the box.

DonIsaac commented 4 years ago

@lovendatj Please delete the screw-react-scripts branch if all of its changes are in dev - otherwise, please merge them and delete it after.