π₯ I read through dozens of JavaScript articles and pick the best ten for you to read on the weekend. Join the great company of 1204 subscribers!
Comes out on Fridays. No spam.
π A great write-up from BBC after they migrated a huge legacy PHP application to a modern React-based stack.
π§ Microsoft rolled out a new wiki page with the best practices for improving TypeScript performance. That is you can make use of it if your TypeScript is slow (never happened to me yet).
π The useReducer hook is a way to define state in a way that lets you decouple how the state is updated from the action that triggered the update. That can lead to a cleaner more declarative code.
β¨ Little hover animations are essential for great user experience. In this article, author shows how to implement the particular tricky ones when a state restores after a brief period of time (it's easier to see than explaining).
π¦ Yeah, I know. Monads might not sounds like a perticularly practical topic. Nevertheless we work with monad-like structures every day (for example, arrays, or promises).
β‘ Marcel Duin shares his journey of improving the performance of our ultra resolution storytelling tool Micrio by upgrading the JavaScript-only client to WebAssembly.
π₯ A quick and quit nice Node.js + MySQL tutorial.
β I'm not sure how big is the problem of flickering when loading dark mode on websites is. But as a technical challenge it's quite an interesting to tackle, have a look!
πΊ Kent C. Dodds shows how to get started with Firebase functions.
π Did you know that event handlers and event listeners are not the same thing? If you are as surprised as me, read on.