The Virtual DOM

In a previous article, we discussed the DOM and mentioned that having an understanding of this is important to understand React. Well the reason for that is the virtual DOM. What is the Virtual DOM? Think of the virtual DOM as a concept, there is nothing called the virtual DOM within the React codebase. It… Continue reading The Virtual DOM

Advertisement

Embedded QR Code Scanner and Browser in React Native

How to embed a QR Code Scanner and web browser in your next React Native App Introduction For a recent freelancing project I was asked to provide QR Code scanning functionality embedded in a stand-alone mobile iOS app. I was aware of QR Code scanning packages available on the node package manager but never really needed… Continue reading Embedded QR Code Scanner and Browser in React Native