An open API service indexing awesome lists of open source software.

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

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