Next JS Resources and Documentation
React Base Level Commands Creating a Root Element and Rendering to Index.js The Assumption is made that index.html contains a div with ID of ‘app’ import React from "react"; import { createRoot ...
React Base Level Commands Creating a Root Element and Rendering to Index.js The Assumption is made that index.html contains a div with ID of ‘app’ import React from "react"; import { createRoot ...
Markdown Cheat Sheet Overview Link Text This Markdown cheat sheet provides a quick overview of all the Markdown syntax elements. It can’t cover every edge case, so if you need more information ab...
A great video guide on YouTube can be found here: Link Text To create a new post, you need to utilize the following four lines of code at top of document for doc ‘metadata’ title: Hello World da...
Jekyll Chirpy Project Install Repo and theme of base project: Link Text Install ruby at Link Text Run IN POWERSHELL or Admin terminal (windows) gem -v to check version of gem is installed cor...