Jump to content

React Native app developing


SalesMarius

Recommended Posts

would be nice if we had a React Native app developing course for donkeys like me :D  and some pro templates as well from where to start in our career as freelancers not being afraid that we use not secure code so much! Maybe a members only area, paid, to take little bit of pressure from Stef

Link to comment
Share on other sites

  • 8 months later...

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
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...