ReactJs | Component Requirement
1.) NPM
2.) Webpack, Bundles the modules.
3.) Babel, It convert modern JavaScript to JavaScript which is executable in other web browsers.
---------------------------------------------------------------------------------------------------------------------
React.createElement(type,props,children)
type
Comments
Post a Comment