Display and shuffle an array in Next.js
I’d like to create a single "Card" component containing some content like title, subtitle, etc picked from a data.js file which contains an array with all these elements. What I want to achive is, it must changes on every refresh giving a different result from the array picked randomly. For the moment, I could display… Read More Display and shuffle an array in Next.js