Skip to content

Details

This is a hands-on react workshop for beginners.

# Agenda

  • create-react-app & JSX & components
  • props, state, children
  • Life cycle methods
  • Events and forms
  • Component composition and data flow

Join our slack channel for communication during workshop. https://reactbangalore.herokuapp.com/

  • Target Audience
  • Anyone who is new to react and wants to get hands-on experience with react
  • Requirements

npm install -g create-react-app
create-react-app myapp
cd myapp
npm start
open http://localhost:3000 in browser and make sure react start app is running

Members are also interested in