Svelte and Sapper — Initial thoughts after a course by Rich Harris (the creator of Svelte) and a…I recently completed 2 courses on Svelte and Sapper — one by Rich Harris on Frontend Masters and another on Udemy. I built a mini project…May 2, 2021May 2, 2021
ImmutableJS vs Immer vs Native — Are libraries the wfor immutability in React?Maintaining immutability when dealing with objects and arrays is very important in React. It ensures that the DOM updates correctly and…Apr 25, 2021Apr 25, 2021
Skipping the first call to a useEffect — what’s a good way to do that?I’ve faced this problem so many times. I have a useEffect, but I only want it triggered when state changes and not on the first render…Apr 22, 2021Apr 22, 2021