ASAksharmeet Singhinaksharmeet.hashnode.dev·May 6, 2023 · 11 min readReact Native ArchitectureIn this blog, we'll take a closer look at React Native's inner workings, which enables us to develop native applications for multiple platforms using a single codebase. React Native is continuously evolving, with improvements resulting in a better de...00
ASAksharmeet Singhinaksharmeet.hashnode.dev·Apr 25, 2023 · 3 min readIntersection Observer Hook in ReactEver felt the need to lazy-load images, implement infinite scrolling, and decide whether or not to perform an animation based on what the user will view? Intersection Observer API provides us with a way to do all this. To understand intersection obse...00