I have a problem, that snoowrap is mutating itself, thus re-rendering the entire react tree, starting from the place it gets initiated as a state. How to handle this?
This is more of a React problem than Snoowrap. Make sure you create Snoowrap outside of React and that you treat the instance as you would with REST API calls
I have a problem, that snoowrap is mutating itself, thus re-rendering the entire react tree, starting from the place it gets initiated as a state. How to handle this?