react-slidez
react-slidez copied to clipboard
Component not updating
I have an api that get an array of data and update the state with this new array. The component Slideshow normally shows the state array as slides but when the state updates the component keep showing the old array and not the updated state array.
Same here. @FrancescoDelGiudice you know any good alternatives?
At the end I did a simple custom component Slide that is just a background with what I want inside, I looked up online a bit of animation/transitions to get the same effect