9 followers
React dev
Subscribe to my newsletter and never miss my upcoming articles
Records & Tuples, a very interesting proposal, has just reached stage 2 at TC39. They bring deeply immutable data structures to JavaScript. But don't overlook their equality properties, that are VERY interesting for React. A whole category of React b...
I've been using JavaScript daily for 7 years, and I'm not able to remember the syntax of a JavaScript for loop. Despite this fact, I'm a rather successful freelance developer. Recently I even had the awesome opportunity to work for Facebook, as the D...
This post is a summary of the good, long post of Jake Archibald: AVIF has landed. If you want to know more, and play with interactive image compression comparisons, read the original post directly! A new image format is coming to our browsers! AVIF...
After ReactNative and Flutter, a new cross-platform solution is emerging: Kotlin Multiplatform Mobile (KMM) has just been released in alpha. Introduction Kotlin Multiplatform allows you to share logic written in Kotlin between Android and iOS, and ...