🌐 https://jakelazaroff.com
consider how much easier it'd be to make a new javascript framework using jsx than a bespoke template syntax, for instance.
consider how much easier it'd be to make a new javascript framework using jsx than a bespoke template syntax, for instance.
1. if i know the popover trigger position (like flush right in a centered main nav bar with max-width) then calc()
2. if it's non-essential (like turning footnotes into sidenotes on my blog) then @supports
3. if i can assume JS is available then floating-ui
1. if i know the popover trigger position (like flush right in a centered main nav bar with max-width) then calc()
2. if it's non-essential (like turning footnotes into sidenotes on my blog) then @supports
3. if i can assume JS is available then floating-ui
if i have a plain text file i can read it, i can edit it, i can open it in ~any program. the barrier to doing anything useful with a sqlite db or an automerge doc is way higher.
if i have a plain text file i can read it, i can edit it, i can open it in ~any program. the barrier to doing anything useful with a sqlite db or an automerge doc is way higher.
imo the much bigger gotcha would be for .every to return false when called on an empty array. how would you explain that design decision?
imo the much bigger gotcha would be for .every to return false when called on an empty array. how would you explain that design decision?