Skip to content

v0.1.5

Compare
Choose a tag to compare
@AlexandrHoroshih AlexandrHoroshih released this 30 Apr 04:14
· 17 commits to main since this release
  • Added batching at the adapter side. Redux DevTools are trying to render each and every log by default, maxAge setting only restricts how many logs are rendered at once. At large apps it really bad for perf, especially if we count in the serialization overhead. Adapter's internal batching allows to mitigiate this issue a bit by not sending any more logs than specified in the batch setting. This way there are bit less overhead for serialization and rendering.

  • Added special setting for the stateTab and disabled it by default. This is required because state tab produces are a lot of serialization overhead at the somewhat large apps.