Skip to content

Files

Latest commit

e84b1bb · Apr 17, 2017

History

History

02-simple-contacts

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Apr 17, 2017
Apr 17, 2017
Apr 17, 2017
Apr 17, 2017
Apr 17, 2017
Apr 17, 2017

Simple Contacts

Introduction

Topics

  • **함수 기반 컴포넌트(Functional Component)**와 클래스 기반 컴포넌트(Class Component) 이해
  • 리액트 컴포넌트의 프로퍼티 Props 이해

Resources

Quest

  • Simple Contacts를 따라 만들어 본다.

Checklist

  • 리액트 컴포넌트를 함수 혹은 클래스에 기반하여 제작할 수 있다.
  • 리액트 컴포넌트의 프로퍼티를 전달/이용할 수 있다.