Skip to content

emirkosuta/react-course

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terms

Section-3

  • Controlled component - Component which logic is in parent component. (2-way-binding).
  • Presentational/stateless/dumb component - component which doesn't manage any state (opposite - statefull/smart)

Section-6

Section-9

  • Uncontrolled components - use of refs.

Section-12

  • React.memo() - evaluate component only if props changes.
  • useCallback - save function inside component so it can be used as a reference.
  • Component state variables will be reevaluated only if it is completely removed from DOM (e.g. conditional rendering).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published