Why is disabling suspense recommended? #121
Answered
by
sergiodxa
StevieJayCee
asked this question in
Q&A
-
I see as part of the documentation; is there any more context around the reasoning of this option? Is the recommendation because of remix, i18Next or the state of suspense at that time?
|
Beta Was this translation helpful? Give feedback.
Answered by
sergiodxa
Mar 1, 2023
Replies: 1 comment 2 replies
-
Because when I wrote that React 18 was not released yet and in React 17 you can't use suspense with SSR. If you're on React 18 feel free to enable Suspense. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
sergiodxa
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Because when I wrote that React 18 was not released yet and in React 17 you can't use suspense with SSR.
If you're on React 18 feel free to enable Suspense.