Blitzjs with React 17 #1863
-
What do you want and why?Blitz.js currently uses an experimental version of React. I assume that it is used because Blitz.js needs some experimental features of React. What are them? Would Blitz.js work without them? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Concurrent Mode. it's currently not available in the stable release and it's only available in the experimental channel
I believe you can turn off concurrent mode by changing |
Beta Was this translation helpful? Give feedback.
-
Thank you for your answer! I saw it uses suspense too. I will investigate. |
Beta Was this translation helpful? Give feedback.
Concurrent Mode. it's currently not available in the stable release and it's only available in the experimental channel
I believe you can turn off concurrent mode by changing
reactMode
but I'm not sure if you can use the stable release from react