node.js - Do you need Node installed in your hosting environment for React projects -


i building react apps , starting think process of hosting. media temple, apache based hosting, , on (gs) grid server plan, can tell doesn't support installing node.

i wondered, react apps need node on server?

if do, alternatives hosting options be?

many :)

if you're doing universal rendering, you'll need node server support this.

but if it's static one-page application, not install node on hosting environment.

using webpack example, can create single js bundle of vendors , sources files, css one, , index.html, leaving 3 static files.


Comments

Popular posts from this blog

sql - VB.NET Operand type clash: date is incompatible with int error -

SVG stroke-linecap doesn't work for circles in Firefox? -

python - TypeError: Scalar value for argument 'color' is not numeric in openCV -