I promise this hook will blow your 1000+ lines of Async code

Dec 01, 2021

Woah isn't that neat now, not only does it make our code more readable, we have made our component more robust by not calling the dispatch when the component is unmounted, also we have memoized our fetch method to save network calls...

Are your custom hooks really generic?

Dec 18, 2021

But as promised this part is the real deal, we will not only learn how to think and build such an awesome hook but also learn how to develop true generic custom hooks.

A Quick Guide to Testing Custom React Hooks

Dec 18, 2021

Testing is Fun and if you hate it maybe I can change your mind - stay with me.

Stop Building Your UI Components like this❌

Dec 25, 2021

Lots of the time while abstracting the reusable component it turns into a mess of props. You've probably seen "reusable" components with over 50 props! Those end up being enormously difficult to use and maintain, at the same time it brings performance problems and actual bugs that are hard to track.

JS Variables 101: Var, Let and Const?

Jan 24, 2022

This blog compares JavaScript var, let and const based on usage, Scope, and Hoisting. This is unlike any blog on the internet and it covers everything you need to learn about them.

Recent Posts

No posts right now.

Categories