DemonDaddy22 / all-about-reactJS

I'll be working on 20 different ReactJS projects over the course of 60 days and try to create mobile-first, light and dark themed apps out of them.

Home Page:https://demondaddy22.github.io/all-about-reactJS/#/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Webpage slows down on changing colour through a color-picker

DemonDaddy22 opened this issue · comments

There's an issue with the color-picker in the color-picker module, where changing the color slows down the page.

I am interested in this

@Shivank-Dev sure I can assign this issue to you, just go through the contribution guidelines once, and then start working on this.

It's working fine on my machine. Could you please share some recorded video of the issue so that it will easy for me to debug.

Did you try continuously changing the colours through colour-picker, or simply click at different points?
Because there's an onChange function which gets fired every time you change the colour, I suppose that's the reason why it slows down.

I have tried but unable to create that scenario

Maybe it's happening on my machine only, and that too on local version. The deployed version is running just fine.