You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 28, 2025. It is now read-only.
Have you experienced this bug with the latest version of the template?
yes
Steps to Reproduce
I tried very hard to get remix' defer function working as expected - meaning promises shall not block page generation but are streamed to the client later.
However - using the grunge stack I was not able to make the most simple setup running. Instead I always see the server blocking the HTML response until the promise handed over to defer is resolved. Example page: