Darcmarc78 / steam-reaction

Web app to get experience with gatsby, react, typescript, webpack etc. Integrate with Steam API
MIT License
0 stars 0 forks source link

Task: Finish Gatsby Tutorial #6

Closed Darcmarc78 closed 1 year ago

Darcmarc78 commented 2 years ago

The env-setup branch is intended to complete learning the Gatsby + TypeScript + React + GraphQL environment before working on features.

Gatsby Tutorial Overview

Tutorial Checklist

Darcmarc78 commented 1 year ago

Resolved some errors regarding importing classes from .module.css into a Gatsby + TypeScript env. image

Required downloading gatsby-plugin-dts-css-modules and updating to version 3.0.0.

Darcmarc78 commented 1 year ago

Added separate \library page for practice and to understand Gatsby Head API a bit more.

Darcmarc78 commented 1 year ago

Added stock image of a library to \library with details from gatsby-plugin-image

Darcmarc78 commented 1 year ago

Still working on Adding SEO Component