0

Will fluxible app.rehydrate be called on every router change?

When is app.rehydrate getting called in the whole fluxible application lifecycle?

Barak
  • 535
  • 6
  • 18
Abhilash
  • 196
  • 11

1 Answers1

0

Rehydrate is called only first time when application is started on a client side (browser) to restore data that was used to render on a server. That is it's purpose, there is nothing to rehydrate when you navigating the app.

Tomas Kirda
  • 8,347
  • 3
  • 31
  • 23