本文介绍了Apache服务器上的React,JS的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在一个react-js项目中,并且我有一个已安装apache服务器的云服务器.我的问题是我可以在apache服务器上设置我的react-project吗?

I'm working in a react-js project and I have a cloud server which has installed apache server. My question is could I set my react-project on apache server?.

推荐答案

正如戴文·泰隆(Davin Tyron)所说,react是一种浏览器技术,这是除了客户端浏览器从服务器下载应用程序之外,所有事情都在客户端计算机上发生

As Davin Tyron says, react is a browser technology, this is that aside from the client's browser downloading the app from your server, everything happens on client's computer.

只需确保您的apache(或任何其他服务器)提供正确的html和js文件,以使您的react应用程序运行!

Just make sure your apache (or any other server) serves the proper html and js files for your react app to run!

这篇关于Apache服务器上的React,JS的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-11 09:53