react-multi-carousel
Advanced tools
Comparing version 1.0.7 to 1.0.8
{ | ||
"name": "react-multi-carousel", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -15,6 +15,17 @@ # react-multi-carousel | ||
### What's next? | ||
``` | ||
Implementing a queue data structure for the infinite mode to work better; | ||
``` | ||
### How the SSR mode works? | ||
``` | ||
The current most common solution is to detect the device type of the user based on the user agent. (server-side or client-side). | ||
The end result will either be "mobile", "tablet" or "desktop", so based on these device types, we decided how many items we are showing in the Carousel. | ||
``` | ||
## Demo. | ||
Demo can be found at [here](https://nextjs-54jli14i8.now.sh). | ||
Note: When you go to the responsive mode in chrome debugger, this demo will assume that you are on a tablet or mobile device because of a npm package i am using, so the resize might not work well because of this. | ||
@@ -21,0 +32,0 @@ Codes is at [here](https://github.com/YIZHUANG/react-multi-carousel/blob/master/examples/ssr/pages/index.js). |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
28295
96