Daily Shaarli

All links of one day in a single page.

April 19, 2026

🌶 Unpopular opinion Render #html where the data lives. — Tony Sullivan

Sounds logic :)

Render #html where the data lives.
If its stored on the backend in a database or cache, render HTML there and avoid sending potentially sensitive data to the client.
If state lives only on the client, render it there with plain old JS or your library of choice.