Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- typescript
- Shadow DOM
- 우테코
- 우아한테크코스
- 무선랜카드 교체
- Prometheus
- CSS
- docker-compose
- react-dom
- Grafana
- github Actions
- 데모데이
- custom element
- javascript
- GitHub Pages
- HTML
- AX210
- web component
- scroll-snap
- RTL8852BE
- live share
- Docker
- browserslist
- 유한 상태 머신
- fastify
- webpack
- 우아한테크코스 레벨3
- 터치 스와이프
- react
- swiper
Archives
- Today
- Total
목록캐러셀 (1)
IT일상
React에서 터치 스와이프 구현하기
리뉴얼 된 블로그로 보기: https://solo5star.dev/posts/57/ 배경 우테코에서 개발하고 있는 요즘카페 서비스에선 메인 화면의 카페들을 스와이프 형식으로 보여주고 있습니다. 따라서 터치 스와이프 구현이 필요합니다. 이 글에서 JavaScript로 구현한 scroll snap의 소스 코드는 https://gist.github.com/solo5star/ca5788e3c2b75c3c8ab017a4fb97c438 에서 확인할 수 있습니다 정말 간단하게 구현하기 (CSS) .container { height: 500px; overflow-y: scroll; scroll-snap-type: y mandatory; } .container > .item { scroll-snap-align: star..
프론트엔드
2023. 9. 24. 03:02