Neat. I think once this is adopted by HTMX (or similar libraries) you don't need to sanitize on the server side anymore?
replies(1):
There's no reason to not sanitize data from the client, yet every reason to sanitize it.
You don’t escape input. You safely store it in the database and then sanitize it at the point where you’re going to use it.