hot-reload support
Reflex had issue with hot reloading namely when view function got swapped, reflex would end up generating new Thunk components for those causing react to remount (see react/react#4826 for further details).
This release employees caching for generated Thunk components so that react component types will match up even across code hot swaps (assuming same react is used).