React - 使用 Django 模板进行热重载

发布于 2025-01-11 10:59:36 字数 375 浏览 0 评论 0原文


将 React 组件安装到我们的 Django 模板中时是否可以进行热重载?

作为改进用户体验的一部分,我们正在向页面添加反应组件,以便为每次客户交互带来动态内容。

我已成功在 Django 中设置了 React,并使用 Webpack 将 bundle.js 放入静态路径中。现在使用 Webpack watch 我们能够加载页面上的最新更改。

在这种设置中,我们无法在浏览器开发工具控制台中引入热重载和源代码来调试和加速我们的开发。

注意:该应用程序目前不是 SPA,也不是 Restful 设计。


Is hot reloading possible while mounting react components into our Django template?

As part of improving our UX, we are adding react component to our page to bring dynamic content on every customer interaction.

I have successfully set up the react inside our Django and placed bundle.js into a static path using Webpack. Now using Webpack watch we are able to load the latest changes on the page.

In this setup, we can't bring hot reloading and source in the browser devtools console to debug and speed up our development.

Note: The application is not a SPA also not a Restful design for now.

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文