Joost De Cock

Results 121 comments of Joost De Cock

Before we dive into how to implement this, I'd like to take a step back and talk about **why** we would implement this. The technical implementation is not really a...

Regardless of the discussion, here's a 1uick example of implementation (from the top of my head): ```mjs import { useState } from 'react' export const Nsfw = ({ children })...