ififfy / flipflip

Random slideshow of local images. Electron app for Mac/Windows/Linux
MIT License
160 stars 43 forks source link

React states #337

Open r3a1d3a1 opened 3 months ago

r3a1d3a1 commented 3 months ago

In here and a few lines after, you're modifying the state directly. Isn't it against React rules? An alternative is like this: [nextImg, ...nextReadyToDisplay] = this.state.readyToDisplay

POOJA-D11 commented 2 months ago

I want to work on this