Hacker News new | ask | show | jobs
by freddex 2256 days ago
I think the top commenter means the animation of the placeholder elements on your demo page (https://iamlocaljo.com/graphy-react-challenge/). It's a pretty minor glitch.
1 comments

Oh, interesting. I guess that's because React re-renders the child component. I should think about a way I can prevent it from doing that. Ideas welcome!