node.js can be used to run static react sites. can anyone tell me what other kinds of react sites are? what kind of react site wont run in node.js and specifically due to what parts of it like state, data fetching etc. all i have read there was written state management can not be in static react site. But i ran a react site with usestate in node.js and it works fine. Can anyone explain why?