#2 dnd-core 기본 구조 구성 및 interface 작성

Leo·2022년 4월 22일
0

OpenSourse-ReactDnD

목록 보기
3/3

내용


기본 구성

./src/*

  • createDragDropManager.ts : redux store를 만듭니다.

  • index.ts : 외부 개발자가 dnd-core 패키지 안의 내부 구조를 거드리지 못하게 숨긴다.

  • interfaces.ts : dnd-core에서 사용되는 인터페이스 정의

  • actions : dnd-core의 redux에서 사용되는 action 정의

  • classes : interface 구현클래스 모음

  • reducers : reduce 모음 입니다.

  • urils : dnd-core 에서 사용되는 유틸 메소드 선언

폴더 생성

profile
개발자

0개의 댓글