第二.html文件未通过JavaScript ft.reeactdom识别

发布于 2025-01-17 12:25:10 字数 336 浏览 0 评论 0原文

我仍然是一名学习者,目前正在使用reactDom.render进行调整

我有两个html文件都链接到一个.js文件,并且我使用getElementById来渲染react

无论如何我的问题是在我的实时服务器中,reactDom在我的实时服务器中渲染div index.html 文件,但忽略了其他 html 文件

我已经使用正确链接到两个 html 文件中的 .js 文件的脚本

我无法想象尝试其他任何东西,就像它应该工作正常一样? 更新 - 当我使用两个单独的 .js 文件,每个 .html 文件时,它正在工作,但我想从一个 .js 文件管理这两个 html 文件

I'm still a learner and currently tweaking around with reactDom.render

I have two html files both linked to one .js file and I use getElementById to render react

Anyway my problem is that in my live server, the reactDom renders the divs in my index.html file, but ignores the other html file

I've used script linking to the .js file in both html files correctly

I cant imagine to try anything else, like it should work fine?
Update - It is working when I use two seperate .js files one for each .html, but I want to manage both html files from one .js file

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

屋檐 2025-01-24 12:25:10

因此,与React一起工作时,React将每个HTML文件视为应用程序,而不仅仅是一个文件,因此这就是为什么不能将一个应用程序用于另一个应用程序的功能的原因。我建议您只使用两个单独的.js文件进行应用。

So when working with react, react sees each HTML file as an app and not just as a file so this is the reason why the functionality of one app cannot be used for another. I suggest you just use two separate .js files for your app-building.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文