agility / agility-gatsby-starter

A sample GatsbyJS website using the Agility CMS Gatsby source plugin
https://agility-gatsby-starter-gatsbycloud.netlify.com/
MIT License
26 stars 12 forks source link

Updated all React components to be .jsx instead of .js #37

Closed joelvarty closed 3 years ago

joelvarty commented 3 years ago

Every react component should be a jsx file.

Also, update the dynamic module component loading to detect EITHER a .js or a .jsx file so folks can use either.

joelvarty commented 3 years ago

@joshua-isaac This would be an awesome update to put in!

joshua-isaac commented 3 years ago

@joelvarty adding to my to-do list!

joshua-isaac commented 3 years ago

done!