react-multi-carousel
Advanced tools
Comparing version 1.0.8 to 1.0.9
{ | ||
"name": "react-multi-carousel", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -15,14 +15,9 @@ # react-multi-carousel | ||
### What's next? | ||
### How the SSR mode works? | ||
``` | ||
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 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. | ||
@@ -32,3 +27,3 @@ | ||
Codes is at [here](https://github.com/YIZHUANG/react-multi-carousel/blob/master/examples/ssr/pages/index.js). | ||
Codes are at [here](https://github.com/YIZHUANG/react-multi-carousel/blob/master/examples/ssr/pages/index.js). | ||
@@ -35,0 +30,0 @@ |
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
28190
91