文件名称:nextjs-with-unstated:带有未声明状态的Next.js示例
文件大小:43KB
文件格式:ZIP
更新时间:2024-06-01 08:13:02
JavaScript
未说明的例子
如何使用
手动下载
克隆仓库:
git clone https://github.com/bennygenel/nextjs-with-unstated
cd nextjs-with-unstated
安装并运行:
npm install
npm run dev
# or
yarn
yarn dev
它部署到云()
now
示例背后的想法
此示例显示了如何在Next.js中集成Unstated。 有关Unstated的更多信息,请访问。 该示例与基本相同
Unstated旨在基于React组件和上下文已经提出的模式之上。
它分为三部分:
Container
【文件预览】:
nextjs-with-unstated-master
----pages()
--------_app.js(350B)
--------index.js(677B)
----yarn.lock(147KB)
----containers()
--------ClockContainer.js(316B)
--------CounterContainer.js(353B)
--------index.js(140B)
----components()
--------Clock.js(598B)
--------Counter.js(286B)
--------index.js(86B)
----LICENSE(1KB)
----README.md(1014B)
----.gitignore(76B)
----package.json(469B)