#Efficient Dark Mode?

2 messages · Page 1 of 1 (latest)

lone crane
#

I'm making a NextJS project and am considering dark/light themes for the user.
Thing is, most approaches I found utilize context API in some form, requiring 'use client' in basically almost every component
Doesn't this make server rendering useless?

torn lintel