This repo is based on a code test and concept from https://danq.me/2025/04/26/deprecate-react/
Dan shared a React code test shared on LinkedIn to create a traffic light component. His idea is that doing this with React is overkill, and is better suited to Web Components
This is my attempt at both the React component (using Vite and definitely overkill) and then my first foray into Web Components.
More details on my blog post Web Components vs. React.