My first react app
Learning react fundamentals:
- Stateless and stateful components.
- Managing state using props and state.
- One way and two way data bindings.
- Handling events, passing method references between components.
- CSS module configuration.
- Inline styling and Radium to implements pesudo selectors/media queries in inline style.
- Understanding children property.
- Outputting dynamic content.
- Rendering content conditionally and outputting lists.
- Debugging using react developer tools.
- Error boundaries.
- Understanding component lifecycle. COmponent creation, Component updation.
- Pure components.
- High order components.
- Validating props - PropTypes.
- Ref API.
- Context API.