Intro In June 2023 I explored intermediate functional programming patterns in JavaScript. That article gave the following kinds of functional programming: Personally I’ve come to the - somewhat incremental but somewhat not - kinds of functional programming: Declarative data transformations: someArray.map( (x) => x+ 1): much better than a for loop…| blog.wilcoxd.com
Different ways to transform an object to an array in JavaScript| codechips.me
A JavaScript library for building user interfaces| legacy.reactjs.org
It's Christmastime and I've been happily working through this year's Advent of Code in Deno (look forward to a blog post in the new year). What with all the presents, it's a good time to think about what we'd most like to see from TypeScript in the new year. Here are my top seven feature requests for 2023. Yes, that's a lot, but really I'd be thrilled with just one or two. Pretty please?| effectivetypescript.com
If you know me, you know I'm no fan of Array.reduce. I'll explain why in detail in this post.| tkdodo.eu