What if you could automatically theme your React app with the internet's favorite color palettes?
Styled-Components, a little React Context and colourlovers.com may prove a powerful combination.
Light/Dark mode via @media(prefers-color-scheme: dark), learn how to detect if you are in light mode or dark mode.
Easily reusable syntax highlighted code blocks as React components, learn to make your code blocks as attractive as you are.
Unlike your React components, the event listeners they've created
don't magically disappear after their UI unmounts from the DOM. Undisposed event
listeners will linger in your browser to haunt future components.
Pretty printing javascript objects as JSON is easy, but what if you wanted to print the object
as it appears in your code editor? Join me to find out.