React Hooks - useState

react hooks : react의 state 들을 연결하는 기본적인 방법. Class를 사용하지 않는 함수형 프로그래밍. Class, Render, this, state, setState 등을 사용 안해도 됨

Continue reading

ES6 - this in classes

  • this는 기본적으로 class 안에서 사용 할 때 class 그 자체를 가리킨다. 하지만 class와 function을 어떻게 정의하느냐에 따라 this가 가리키는 것이 달라진다.

Continue reading

ES6 - Promise

  • Promise : 비동기 작업이 맞이할 미래의 완료 또는 실패와 그 결과 값을 나타냄. 순차적으로 처리되는게 아니라 한번에 실행 (동기성 / 비동기성).

Continue reading

Pagination


© 2020.11. by creamer

Powered by CREAMer