Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

create react without jsx

const text = React.createElement('p', {}, 'This is a text');
const container = React.createElement('div','{}',text );
ReactDOM.render(container,rootElement);
Source by www.interviewbit.com #
 
PREVIOUS NEXT
Tagged: #create #react #jsx
ADD COMMENT
Topic
Name
3+4 =