How can I map an array inside a carousel in react
I am fetching an array from my database , I am trying to map it in carousel, each slide must have 2 elements ,the next slide is 2 elements as well and so forth. I will explain this in the codes . This is the JSON format of the array : { "data": { "allPrismicBlog":… Read More How can I map an array inside a carousel in react