It’s been a time since the React’s team has introduced Suspense and concurrent rendering. With hooks, it’s the new amazing feature that…
Building reusable UI components is hard. I always rely on an iterative approach and write my component 2-3 times before getting something…
We often hear about composition when talking about frontend frameworks. Composition is a concept that allows to create complex and scalable…
Before starting, I have to mention that the react-cache library is an unstable library but we can create a similar behavior only dealing…
And why its architecture is awesome, at a top level. This post has also been published on @medium Here’s a post concerning the new (future…
And why it has been designed. If you’re not familiar with the old React Native architecture and its asynchronous nature, I suggest you take…
Since recently, with the new ES features, it’s possible to use back ticks to interpolate variable values inside strings: It clearly…
Closure is a functional programming tool that allows to capture information (aka variable) from a parent function and to completely…
This is my first post on my new fake blog! How exciting! I’m Marvin Frachet, a french software developer currently moving to Canada. I’m…