Skip to content

jemilalghani/advanced-react

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advanced React Patterns Day

Presentational / Container Components

- Container Components are only concerned with how the data is fetched

- Presentational Components are only concerned with displaying the data it has

Higher Order Components

- Higher-order Component is a function that takes a component and returns a new component.

Render Props

- a component with a Render Prop takes a function that returns a React element and calls it instead of implementing its own render logic.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 74.3%
  • CSS 15.1%
  • HTML 10.6%