Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 570 Bytes

File metadata and controls

17 lines (12 loc) · 570 Bytes

react-example

Example code for presenting reactJS in my company

01-starter-react

Minimun setup with ReactJS that contains Babel, Webpack, and ReactJS

02-starter-react-reactRouter

ReactJS config with React-Router.

03-react-state

Example with Loading component. Differ from state and props

04-react-lifecycle

Lifecycle with ReactJS component. componentDidMount and componentWillUnmount callback.

05-react-lifecycle-es2015

Apply ES6 to ReactJS project. That fetch user information from Github API and one-pages application with React-Router