Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.16 KB

README.md

File metadata and controls

24 lines (17 loc) · 1.16 KB

React Intro

A little introduction of React JS

The main idea is to present ReactJS with this project during an after work. The presentation must be around twenty minutes. The goal is to develop a Todo App (yeah is a little bin uncommon, don't you think).

The project is written with ES6 syntax.

Workshop plan

  1. Creating our first component
  2. Introduce data with props
  3. Create a stateful component
  4. Introduce Flux with Redux
  5. And so on...

Must Read