<aside>

상수

const CONST_VALUE;

</aside>

<aside>

이벤트 핸들러

<MyComponent onclick={this.handleClick} />

</aside>

<aside>

커스텀 Hook(훅)

const useCustomHook = () => {}

</aside>

<aside>

변수

const data;
const userName;
const onClick = () =>{};

</aside>

<aside>

태그 <>

<Container>
  <HeaderArea>
	  <Text></Text>
  </HeaderArea>
</Container>

</aside>

<aside>

폴더명

debate-card/modal/

</aside>

<aside>

파일명

CardNews.tsx
UserModal.ts

</aside>

[React-Native] Eslint, Prettier 설정(with TypeScript)

참고 자료

https://myung-ho.tistory.com/100

https://gimgongta.tistory.com/751