文件名称:快速刷新演示
文件大小:5KB
文件格式:ZIP
更新时间:2024-03-05 14:49:04
JavaScript
快速刷新演示 Next.js随附有,可为您提供对React组件所做的编辑的即时反馈。 该演示演示了在编辑后或有错误时如何保留自动递增值和经典计数器的状态。 自己部署 使用部署示例: 如何使用 使用或执行以引导示例: npx create-next-app --example fast-refresh-demo fast-refresh-demo-app # or yarn create next-app --example fast-refresh-demo fast-refresh-demo-app 使用将其部署到云()。
【文件预览】:
fast-refresh-demo-master
----global.css(373B)
----package.json(268B)
----pages()
--------index.js(2KB)
--------_app.js(122B)
----.gitignore(386B)
----components()
--------Button.js(152B)
--------ClickCount.js(305B)
--------Button.module.css(585B)
----styles()
--------home.module.css(156B)
----README.md(1KB)