Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

what is render in react native

React renders HTML to the web page by using a function called render().
The purpose of the function is to display the specified HTML code 
inside the specified HTML element. In the render() method, we can read 
props and state and return our JSX code to the root component of our app.

This works the same way in mobile with native components
 
PREVIOUS NEXT
Tagged: #render #react #native
ADD COMMENT
Topic
Name
7+9 =