Today I will be focusing on React and going over some basics :
With the aim of looking over this things over the week and building a Q&A app over the weekend
Today I looked over :
- Creating a Stateful Component
- Rendering State in the User Interface
- Rendering State in the User Interface Another Way
- Setting State with this.setState
- Binding ‘this’ to a Class Method
- Use State to Toggle an Element
- Write a Simple Counter
- Create a Controlled Input
- Create a Controlled Form
- Pass State as Props to Child Components