No Image

ReactJS – Concepts

December 14, 2017 hung-nb 0

UI creation Work process Create UI mockup Divide UI into different areas, small area is inside bigger area, the biggest area is the entire UI […]

No Image

Web API: All about

September 24, 2017 hung-nb 0

NodeJS Installation Usage [js] /* users.json { “user1” : { “name” : “mahesh”, “password” : “password1”, “profession” : “teacher”, “id”: 1 }, “user2” : { […]

No Image

ReactJS vs JSX vs Javascript

September 6, 2017 hung-nb 0

https://facebook.github.io/react/docs/introducing-jsx.html Object JSX represents object The following declarations are the same because Babel compiles JSX down to React.createElement() calls[js]const element = ( Hello, world! );[/js] [js] […]