Hacker News new | ask | show | jobs
by Guillaume86 3005 days ago
Was your performance issue related to high frequency rerendering in react? If it's the case take a look at animated (https://github.com/animatedjs/animated). You can use it to update dom styles out of the react render loop.