Skip to content

hot-reload support

Choose a tag to compare

@Gozala Gozala released this 11 Sep 20:51
· 131 commits to master since this release

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).