Useful APIs you probably don’t know aboutIn this post, I will cover some of the lesser known APIs that are useful for developers, with examples.Oct 10, 2022Oct 10, 2022
CSS position fixed is NOT always relative to viewportFor a long time I have been believing that for an element with position: fixed, it will be positioned relative to the viewport. However…Dec 15, 20212Dec 15, 20212
Published inITNEXTDeep dive into SyntheticEvent in ReactSyntheticEvent is a wrapper that forms part of React’s Event SystemDec 19, 20201Dec 19, 20201
Published inITNEXTWhy third-party cookies are NOT sent where you think they shouldWhat are third-party cookiesDec 19, 20202Dec 19, 20202
Published inITNEXTReact Hooks — The Ins and OutsHooks are functions that let you “hook into” React state and lifecycle features from function components.Jun 27, 2020Jun 27, 2020
All you need to know about line breaksWhat’s downwards arrow with corner leftwards (↵)Apr 19, 2020Apr 19, 2020
Published inITNEXTUnderstanding React keyKeys give the react elements a stable identityMar 21, 2020Mar 21, 2020
High order functions (pipe, compose, reduce, filter) implementaion in native JScomposeFeb 15, 2020Feb 15, 2020