anup-a / svgwave

SVG Wave is a tiny, free and beautiful SVG gradient waves generator for your next design.

Home Page:https://www.svgwave.in

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[React] [Fix] Changing theme should not re-render SVG waves

anup-a opened this issue · comments

  • Changing theme to dark-light mode rerenders the wave
  • This is bound to happen since wave re-renders whenever the state changes.
  • Possible fix could be to use useEffect hook.

Can I work on this?

Sure go ahead.
Feel free to ask any questions.