React - From A To Z

Chapter 03: Check Detail with Official Document - Hooks, Composition, HOC, Memoization, Render Props, PropTypes, Reconciliation and React Dev Tool

olivia_yj 2022. 12. 15. 05:45

 

Hooks

 

UseEffect (Hook)

Custom Hooks

 

Composition

컴포넌트 내에서 컴포넌트를 모아서 출력하는 것

 

HOC

 

Memoization

 

 

Sources

https://reactjs.org/docs/hooks-intro.html

 

Introducing Hooks – React

A JavaScript library for building user interfaces

reactjs.org

https://reactjs.org/docs/hooks-effect.html

 

Using the Effect Hook – React

A JavaScript library for building user interfaces

reactjs.org

https://reactjs.org/docs/composition-vs-inheritance.html

 

Composition vs Inheritance – React

A JavaScript library for building user interfaces

reactjs.org

https://reactjs.org/docs/context.html

 

Context – React

A JavaScript library for building user interfaces

reactjs.org