Rebuilding my Site on JAMStack. Live Stream 1
I am live streaming the redesign and rebuild of my site. This first stream is the basic layout and design language that will be used going forward.
I wanted to refactor my Template key system out of the code to make my app more usable. Now with a JSON structure I can add new templates.
Now that we have our site up and running with a basic configuration, we need to start styling it to make everything look nice. Along the way, we will also set up some page navigation ready to receive content.
Time for some clean up and basic site structure component creation. Learn how to create a nice simple React component and use it across all our current and future pages.