When I run my ReactJS repl, the section that displays the HTML result say
Hmmmm.... We Couldn't Reach Your Repl Make sure your repl has a port open and is ready to receive HTTP traffic.
why??
You just have a small problem. You must have accidentally deleted serviceWorker.js or something, because that usually comes with the repl.
serviceWorker.js
No worries, serviceWorkers only speed up initial load times, it's not super big of a deal if it doesn't exist, many websites don't.
Remove this line:
src/index.js if you will.
src/index.js
yay!
ReactJS - Couldn't reach repl
When I run my ReactJS repl, the section that displays the HTML result say
why??
You just have a small problem.
You must have accidentally deleted
serviceWorker.js
or something, because that usually comes with the repl.No worries, serviceWorkers only speed up initial load times, it's not super big of a deal if it doesn't exist, many websites don't.
Remove this line:
src/index.js
if you will.It's work. Thank's so much.
yay!
@mido7778