-
React-Slick 사용 이유
먼저 react-slick에 사용하기에 앞서 사용하게 된 이유는 직접 자바스크립트로 구현할 수 있지만 6주라는 짧은 시간동안 효과적으로 구현하며 여러 페이지의 기능들을 수행하기 위해 선택하게 되었습니다.
우선 해당 라이브러리는 많은 사람들이 사용하고 있기에 stackoverflow 등 개발자 커뮤니티에 라이브러리를 …
cmun2 updated
2 years ago
-
## 슬라이드 화면(React Carousel)을 라이브러리 없이 구현하기
## 공부한 관련 라이브러리
* Swiper
* react-touch-drag-slider
* react-Slick
* ScrollView
## 라이브러리 없이 react로 구현한 화면
- [x] 버튼 및 스크롤로 슬라이드 이동
- [x] 드래그로 슬라이드 이동…
-
[Live code](https://codesandbox.io/s/react-playground-forked-kdisz?fontsize=14&hidenavigation=1&theme=dark)
Could you help me make it work, please?
As you can see in console, there is an error - `Fa…
-
### Proposal:
Allow for an offset of images to be lazy loaded, rather than just the one.
### Problem:
Currently when swiping through a set of images with `lazyLoad` set to `true`, the next image in…
-
## 버그 리스트
- #161
- #180
- #194
- #206
- #235
- #251
- #254
- #283
- #287
- #298
- #341
---
### ios 관련 내용
- [x] Safari(iOS)에서 new Date 이슈
- ios 환경에서 댓글 추가 했을 때, 기존 함수 getCurrentTim…
-
Hi, first of all, I really like the project and I'm happy I finally found a pure react implementation without jquery 😂
**Describe the feature you'd like:**
I find it inconvenient that every time I…
-
Hi guys, I'm a bit tired of not being able to find the problem, so.......I have something like this:
![image](https://user-images.githubusercontent.com/72493689/143939913-df2c6b26-fb95-4a81-832e-0ef8…
-
I followed all the threads on this, but can't get it working, react-dom is certainly in my package,json, here is what I am typing:
slmbp1510:testBed owencorpening$ mocha-webpack --require setup.js --…
-
> I have created the as-nav-for with the reference for the below example,
> https://react-slick.neostack.com/docs/example/as-nav-for/
But when i try this, that one is not working properly.
The s…
-
I am not able to get autoplay to work in any browser
```var React = require('react');
var Slider = require('react-slick').default;
var slider1 = require('../img/FMF2018_New_Slider_Dec.jpg')
var…