{
  "$type": "site.standard.document",
  "canonicalUrl": "https://ayc0.github.io//posts/light-dark-mode-react-implementation",
  "description": "After building a few different ways of creating light/dark modes for your websites, either in plain CSS, or with a bit of vanilla CSS, we need to tackle the topic of React websites. While most of the core will be the same as previously seen, React requires a few custom bindings for its particular life-cycles & data flow",
  "path": "/posts/light-dark-mode-react-implementation",
  "publishedAt": "2021-06-24T00:00:00.000Z",
  "site": "at://did:plc:wifmfjqoxnruni5h62e6zp2y/site.standard.publication/3mn6dj35act2i",
  "tags": [
    "webdev",
    "css",
    "react",
    "javascript",
    "deep-dive"
  ],
  "title": "Light/dark mode: React implementation"
}