DEV Community

Discussion on: Should I learn react before trying to learn Gatsby?

Collapse
 
changoman profile image
Hunter Chang

I would say Gatsby is a great way to practice your React. Just use it for things you would normally use Create React App for.

Try to stay away from the Gatsby specific files like gatsby-node or gatsby-ssr, those might add confusion.

Also Andrew Mead has a great Gatsby course on YouTube, it's a great way to start.