Siubaak/kut

setState in Lifecycle

Opened this issue · 2 comments

Make the behavior of setState clear in the lifecycle methods, to avoid some problem like recursive update.

Fix this after modifying the lifecycle methods

It seems that, it has no problem if async-batch-update, 'cause updates of the same instance will be merged to only one update.