Let's do better
Your brain needs this π§
something that misleads or deceives
We're ready for you
β us
, lying
... probably
β π @marktechson
LET'S DO BETTER
CDN?
SSR + πͺ
LET'S DO BETTER
SSR + πͺ
π€·ββοΈ
<script>
if (document.cookie.includes('centralnotice_hide_fundraising')) {
document.documentElement.classList.add('hide_fundraising')
}
</script>
LET'S DO BETTER
π₯ ads π₯
.ad-container {
aspect-ratio: 16 / 9;
width: 100%;
background-color: #f0f0f0;
display: block;
margin: 0 auto;
}
LET'S DO BETTER
SSR + πͺ
π€·ββοΈ
<form action="/results">
<input
name="search_query"
placeholder="Search"
/>
<button type="submit">
<SearchIcon />
</button>
</form>
I DID BETTER
aspect-ratio: 1 / 1;
π @kentcdodds