JSConf Beirut; March 12, 2016; Abdo Achkar @achkar
- How does this workshop work? (5 mins)
- What is React? (2 mins)
- Resources and Documentation Overview (2 mins)
- Why JSX?
- Starter kit, first React component (2 mins)
- Mini-project #1: React Bootstrap ( 30 minutes)
- Stateless components and JSX
- Passing props. Example: IconButton
- Rendering Arrays: Example: SimpleList
- Nesting Components: this.props.children
- Stateful Components
- getDefaultState() and render()
- setState()