Content pfp
Content
@
0 reply
0 recast
0 reaction

Darryl Yeo 🛠️ pfp
Darryl Yeo 🛠️
@darrylyeo
Let's do some introductions: 1. What's your favorite HTML/CSS/JavaScript feature? 2. What are you currently using /frontend technology to build? 3. What framework, library or stack are you hoping to learn, or think more people should know about? Extra bonus if you include links to developer.mozilla.org and GitHub!
51 replies
20 recasts
138 reactions

Lee Lorz pfp
Lee Lorz
@leelorz
1. I like so many features of JavaScript but for new features I like Promise.withResolvers and Object.groupBy https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise/withResolvers 2. I’m using React/Angular/Astro building webs 3. I’d like to try Svelte/Solid/Bun for a new project
1 reply
0 recast
1 reaction

Darryl Yeo 🛠️ pfp
Darryl Yeo 🛠️
@darrylyeo
Promise.withResolvers() is handy for blocking on async work that can’t be resolved inside a Promise callback. And Object.groupBy()’s declarative-ness saves you from writing for loops and lazy-initializing keys/arrays! https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/groupBy
0 reply
0 recast
0 reaction