No Image

ReactJS

July 11, 2017 hung-nb 0

What is JSX? JSX is faster than Javascipt How to use Javascript in JSX? Put Javascript code inside the braces [js] <pre>class Square extends React.Component […]

No Image

Create first application with reactJS

July 11, 2017 hung-nb 0

Installation Install ‘NodeJS’ http://114.76.92.194:8081/myblog/2017/06/20/node-js/ Install ReactJS [js]npm install -g create-react-app create-react-app my-app cd my-app npm start[/js]