Pinned
Thinking in hooks
Thinking in hooks
6 min read
reduce or for…of?
reduce or for…of?
5 min read
loading...
Recent comments
Are you already lost in your node_modules?
Does it only support npm, or can it be configured to use othe...
Get Instant Country Flags
I thought the post would be what's on this comment 🤣
JavaScript Array.some() or Array.every()?
One great thing about Array.prototype.some and Array.prototyp...
Pure vs Impure Functions
Indeed! One way of going around it is doing: [...array].so...
Lodash pour JS
Recommended read: github.com/you-dont-need/You-Dont-...
Realistic Red Switch (Pure CSS)
I genuinely love it. Great work 💖
JavaScript - remove duplicated lines
Indeed, I love the filter approach, but using Set is way more...
No love for boolean parameters
I agree with you, but I wanted to also clarify that in React ...