wufe / react-particles-js

Particles.js for React
https://rpj.bembi.dev/
MIT License
1.16k stars 106 forks source link

The canvas is redrawn when the content is entered #50

Closed lstrive-yn closed 6 years ago

lstrive-yn commented 6 years ago

when I enter codes in the input box, the canvas will redrawn like the page refresh....how to solve this problem. thanks~

wufe commented 6 years ago

Similar to #43 . You have to separate the Particles component from the component which state changes.

lstrive-yn commented 6 years ago

thank you so much! I created a new component named "particles" and put it in router.js, that the states chang will not affect the component

wufe commented 6 years ago

I'm glad you solved. Closing this issue