#react
React useRef Hook for Dummies: How to Use useRef Correctly with Examples
React useRef hook is much more 'useful' than you might think at first. useRef is especially useful when you need to access functions of a component.Ammar AhmedOctober 09, 2021
React Native JSI: Part 2 - Converting Native Modules to JSI Modules
React Native JSI seems daunting but JSI is, by far, the best way to deliver native performance. And the best part? No overhead. No unnecessary Promises.Ammar AhmedAugust 11, 2021