Hi,
I've checked that with introduction of receiveProps type of initialState was changed. Do you think that after latest changes (and introduction of isFirstMount) we can make initialState a function again?
It would be more consistent with original react API and from my perspective would simplify state type and rendering in case of caching scenarios etc.
What do you think? Am I missing something?
Hi,
I've checked that with introduction of
receivePropstype ofinitialStatewas changed. Do you think that after latest changes (and introduction ofisFirstMount) we can makeinitialStatea function again?It would be more consistent with original react API and from my perspective would simplify state type and rendering in case of caching scenarios etc.
What do you think? Am I missing something?