0

Why doesn't reactjs batch on animation frame strategy by default?

Community
  • 1
  • 1
ronag
  • 49,529
  • 25
  • 126
  • 221

1 Answers1

0

There's a repo that will do that for you react-raf-batching.

In the Readme, Pete Hunt claims that using requestAnimationFrame makes things harder to test.

A batching strategy for React that's more like a game. This may make your apps more performant but harder to test.

Jared Forsyth
  • 12,808
  • 7
  • 45
  • 54