razzle icon indicating copy to clipboard operation
razzle copied to clipboard

Does latest razzle support react 18 ?

Open bassamIHabash opened this issue 1 year ago • 1 comments

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

bassamIHabash avatar Sep 20 '23 21:09 bassamIHabash

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

  • dev mode hydrate
  • prod mode hydrateRoot

dmitryshelomanov avatar Jun 10 '24 20:06 dmitryshelomanov