DEV Community

Cover image for What does "Static" mean?
rob-hyman
rob-hyman

Posted on

What does "Static" mean?

React recommends different toolchains for "React Apps" and "static sites":
https://reactjs.org/docs/create-a-new-react-app.html

I know static doesn't mean what it means in JS. So what is the difference between a React App and a Static Site built on Gatsby?

Top comments (0)