- Component
- Getting Started React Docs
- Basic Concepts of Flexbox
- Babeljs.io
- NPM docs: package.json
- webpack/webpack-dev-server on GitHub
- Visual Studio Code keyboard shortcuts (Windows)
- Handling Events
- Supported Events
- SyntheticEvent
- How do I pass an event handler to a component?
- JavaScript Expressions as Props
- JavaScript Expressions as Children
- React docs website URL which discusses the issue in depth
- Data flows down
- The Power Of Not Mutating Data
- Add Inverse Data Flow
- Component state
- State: A Component's Memory
- Sharing State Between Components
- State as a Snapshot
- Basic useState examples
- Synchronizing with effects - putting it all together
- Fetch API
- The event loop in JavaScript