반응형
Notice
Recent Posts
Recent Comments
Link
250x250
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | |||
| 5 | 6 | 7 | 8 | 9 | 10 | 11 |
| 12 | 13 | 14 | 15 | 16 | 17 | 18 |
| 19 | 20 | 21 | 22 | 23 | 24 | 25 |
| 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- scrollevent
- localstorage
- Animation
- css
- input
- ADsP
- insertAdjacentHTML
- React
- Sticky
- swiper
- addEventListener
- swiperjs
- pointermove
- For
- NodeList
- scroll
- 애니메이션
- 반복문
- mousemove
- html
- forEach
- 스크롤
- JavaScript
- 이벤트리스너
- classList
- 가로스크롤
- Hover
- getBoundingClientRect
- SQLD
- scrollY
Archives
- Today
- Total
목록pwa (1)
ZeroToHunnit Coding
[React] 11일차 일기
이제 강의는 다 들었지만 뭔가.. 아직 잘 모르겠다. 다시 반복하면서 사이트 하나를 만들 계획이다. 그러면 자연스럽게 익숙해지지 않을까 싶다. 1. PWA(progressive Web App): 웹사이트를 안드로이드/ios 모바일 앱처럼 사용할 수 있다. 웹사이트에서 스마트폰 홈화면에 앱설치 가능 2. PWA장점 1) 모바일 환경에서 웹사이트 설치 가능 2) 오프라인에서도 동작 가능 (Cache storage) 3) 설치 유도 비용이 적음 3. PWA 설치 방법: 프로젝트를 만들 때 바로 terminal에 npx create-react- app 프로젝트명 --template cra-template-pwa 입력 4. 설치 후 index.js에 serviceWorkerRegistration.unregiste..
React 일기
2024. 1. 31. 21:23