DEV Community

Discussion on: Server Side Rendering React App with Deno

Collapse
 
fleonard profile image
Francesco Leonardi • Edited

I'm not actually able to replicate the issue. This is the Deno version I'm running:

deno 1.1.1
v8 8.5.104
typescript 3.9.2

Have you tried by any chance to manually do :

deno upgrade --version 1.1.1

and then:

deno run --allow-net --reload  ./server.tsx

Using the --reload flag will force a reload of all the modules you have already cached.

Collapse
 
gurb profile image
gurb

I never downloaded before react-dom. I suppose their servers broken temporarly. Thank you.