jaredpalmer / razzle

✨ Create server-rendered universal JavaScript applications with no configuration
https://razzlejs.org
MIT License
11.1k stars 868 forks source link

Does latest razzle support react 18 ? #1922

Open bassamIHabash opened 1 year ago

bassamIHabash commented 1 year ago

I'm not able to use latest razzle with react 18

dmitryshelomanov commented 3 months ago

You can to use with react 18 but this brings problems with webpack hot reload when you try to use hydrateRoot instead of hydrate

Solution