2 posts tagged with “react”

React component file structure proposal

12 Aug 2022

This is an attempt at a proposal for organizing a React component file structure based on the needs and current patterns at JupiterOne. Read more

Theme toggle on a Gatsby + MDX site

27 Nov 2021

I recently read [Josh Comeau's excellent article](https://www.joshwcomeau.com/react/dark-mode/) on how he was able to achieve a theme toggle on his Gatsby site. I find his solution to be excellent! However my Gatsby site is, for better or worse, pretty tied to MDX and React. I implemented a solution based on his for my current site theme. Read more