https://github.com/andyatkinson/videosearchapp
Udemy video tutorial course, building React app
https://github.com/andyatkinson/videosearchapp
Last synced: 3 months ago
JSON representation
Udemy video tutorial course, building React app
- Host: GitHub
- URL: https://github.com/andyatkinson/videosearchapp
- Owner: andyatkinson
- License: mit
- Created: 2017-03-25T02:11:38.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-25T02:13:04.000Z (about 8 years ago)
- Last Synced: 2025-01-12T08:45:52.753Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.MD
Awesome Lists containing this project
README
## VideoSearchApp
Udemy video tutorial course, building React app
### React concepts (my notes)
* functional component (lightweight, fast)
* class-based component
* state (class based component), whenever changes, component instantly re-renders, along with child components
* Downforward data flow, top most component has data