Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
React JS Forms - Controlled Inputs - Learn ReactJS
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Set up and clean up
- 3 Creating a Form Component
- 4 Adding CSS Styles to the form
- 5 Sending props to the form component
- 6 Making a controlled input component
- 7 The handleSubmit function
- 8 The addItem function
- 9 The setAndSaveItems function - D.R.Y. don't repeat yourself
- 10 Adding new items
- 11 Loading state from localStorage
- 12 Search Functionality
- 13 Building the search input component
- 14 Props for the search input component
- 15 Completing the controlled search input component
- 16 Adding search functionality with filter
- 17 Review of Controlled Form Input Components
- 18 The useRef hook