Hey Indie Hackers. I've gone through a few different methods for doing responsive design. Started with media queries, then tailwind breakpoints, and now I'm splitting up code by mobile/desktop screens and generating a static site per device. Ex code: https://github.com/InterBolt/device-split-cf-function
Curious how others are approaching this in 2023?