본문 바로가기
React Native

RN 개발하면서 종종 들어가는 사이트 모음

by yj.yoon 2023. 2. 19.

https://developer.mozilla.org/ko/

 

MDN Web Docs

The MDN Web Docs site provides information about Open Web technologies including HTML, CSS, and APIs for both Web sites and progressive web apps.

developer.mozilla.org

=> 주로 자바스크립트 메소드 확인할 때 많이 본다. 일하면서 하루 한 번 이상은 꼭 들어가는 곳

 

 

https://refactoring.guru/ko/design-patterns/catalog

 

디자인 패턴 목록

 

refactoring.guru

=> 디자인 패턴 공부하자는 생각이 들었을 때 트위터로 알게 된 번역 문서

 

 

https://yarnpkg.com/

 

Home

Fast, reliable, and secure dependency management.

yarnpkg.com

=> 패키지 관리할 때 yarn이 익숙해서 yarn으로 패키지 설치하는데 이 때 명령어를 알려주는 사이트

 

 

https://reactnativeexample.com/

 

React Native Example for Android and iOS

A nice collection of often useful examples done in React Native.

reactnativeexample.com

=> 리액트 네이티브 라이브러리 검색할 때 이용하는 사이트