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

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

Making Empty C++ Project: General exception (Exception from HRESULT:0x80131500) Visual Studio Community 2015 -

How to fix java warning for "The value of the local variable is not used " -