Skip to content

Conversation

@benkolera
Copy link
Contributor

Now that hydration works in reflex-dom, we should probably make runStorageT be more friendly to running the smallest possible prerender slices so that users can render as much of the DOM as they can that doesn't depend on the storage values.

This change is a little bogus, because there is no way for the user to tell that they are getting nothing because switchover hasn't happened or because it actually isn't in local storage. I'm not sure whether this is a big deal or not, but it feels like it probably will cause an issue.

We probably need to fix this, but I figured that I'd put this change in to start the conversation first and then test it out in realworld.

Now that hydration works in reflex-dom, we should probably make
runStorageT be more friendly to running the smallest possible prerender
slices so that users can render as much of the DOM as they can that
doesn't depend on the storage values.

This change is a little bogus, because there is no way for the user to
tell that they are getting nothing because switchover hasn't happened or
because it actually isn't in local storage. I'm not sure whether this is
a big deal or not, but it feels like it probably will cause an issue.

We probably need to fix this, but I figured that I'd put this change in
to start the conversation first and then test it out in realworld.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants