Posts in January 2023

[Javascript]How to save a fetch result into a variable

Commonly, fetch method is executed asynchronously, and some operation against the result is done in the then method. In this article, I am going to describe about how to save a fetch result into a variable without using the then method. Common usage of fetch method Commonly, fetch method is used as below.In this way, […]

Swiper Demo 22 Slider

In this article, we are going to introduce 22 sample slider that you can create using swiper.js with Demos.And you can refer the link below each demo to see how to create. ①Normal slider Firstly, normal slider without any customization. See How to create See How to create with React ②Customized arrows Next, the slider […]

[Swiper] How to Create Flip Slider

flip slider

In this article, we are going to describe about how to create flip slider using effect option of swiper.js. We are going to pursue the matter on the premise that you know how to make normal slider with Swiper.js. So if you are new to Swiper.js, firstly check the below article.[Swiper] How to create a […]

[Swiper]How to create coverflow slider

coverflow slider

In this article, I am going to describe about how to create coverflow slider such as the eyecatch of this article using effect option of swiper.js.I will also explain how to make detailed adjustments using coverflowEffect. I’m going to pursue the matter on the premise that you know how to make normal slider with Swiper.js. So […]