What we learned
Building this particle generator in React and Redux, I made three important discoveries:
- Redux is much faster than I thought. You’d think creating a new copy of the state tree on each animation loop was crazy, but it works. I think most our code creates only a shallow copy, which explains
Access this course and 1400+ top-rated courses and projects.