Aniket JhaShould you default to React.memo() or useMemo()?You might have faced slow renders in react application? When such a situation happens we find ourselves inclined to use React.memo or…Oct 22, 20211Oct 22, 20211
Aniket JhaCSS variables vs ThemeContextThe light mode and dark mode are gaining popularity and more apps are offering these theme switching. This theme switching looks cool but…Jun 29, 2021Jun 29, 2021
Aniket JhaContext Module Pattern in ReactDo you see the beast? context + hooks === 🦁 Using context and hooks together gives birth to Context Module Pattern, the magnificent…Feb 22, 2021Feb 22, 2021
Aniket JhaProxy and Reflect in Javascript | Part 2In the previous post, we discussed Proxy in detail. In this post, we will build upon that knowledge and learn some more.Nov 1, 2020Nov 1, 2020
Aniket JhaProxy in JavaScript | Part 1Have you put a proxy for your friend in that one boring lecture and professor couldn’t tell 😂…I have. JavaScript has a similar way of…Aug 8, 2020Aug 8, 2020
Aniket JhaJavascript: Array Methods | Mutating vs Non-MutatingIn this article, we are going to look at a few common array operations in their mutable and non-mutable version. Add, Delete, Replace are…May 24, 2020May 24, 2020
Aniket JhaJavascript | DOM — Allow to enter particular characters onlyMany times we want to make validations on an input box for characters that user can type. And other characters will not be entertained in…May 9, 2020May 9, 2020
Aniket JhaJavaScript Objects | “this”Objects in the real world have some behaviour attached to them. For example, a user on messenger can chat, view profile etc. These…Apr 5, 2020Apr 5, 2020
Aniket JhaJavascript ObjectsThere are a total of eight data types in Javascript. Seven of them are primitive and other is object. Primitive is something that contaiApr 3, 2020Apr 3, 2020