Posts

React-Native

 ////////////////////////////////////////////////////////////////////////////////////////////////   ////////////////////////////////////////////////////////////////////////////////////////////////   ////////////////////////////////////////////////////////////////////////////////////////////////  DOM: DOM stands for ' Document Object Model '. In simple terms, it is a structured representation of the HTML elements that are present in a webpage or web-app. DOM represents the entire UI of your application. Is DOM used in react native? Since React Native outputs a native application,   there isn't a DOM   with HTML elements that can be styled using the usual methods like CSS. Styling in React Native is instead handled with Javascript objects that modify the properties of the underlying native components.   What is DOM and virtual Dom in react native?   The virtual DOM (VDOM) is   a programming concept where an ideal, or “virtual”, representation of a UI is kept in memory and s