Jump to content

ChandramauliDave

New Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by ChandramauliDave

  1. In a nutshell, React Native allows you to build mobile applications that look, feel and perform much more like native applications. Good thing for developers is that they can use almost the same concepts that are being used for building web applications. If you are familiar with Reactjs or come from front-end development background, React uses a virtual DOM which acts as a shadow to real DOM available. When an element changes, that change is reflected on the real DOM by Virtual DOM using a node that corresponds to each element.

    • Like 1
×
×
  • Create New...