resau:React的新Context API的简约包装

时间:2024-05-26 03:16:03
【文件属性】:

文件名称:resau:React的新Context API的简约包装

文件大小:189KB

文件格式:ZIP

更新时间:2024-05-26 03:16:03

JavaScript

介绍 React 16.3的新非常有前途。 谁知道将来我们不再需要像Redux这样的应用程序进行状态管理? 有关更多信息, 值得一读。 入门 先决条件 该插件使用React 16.3的新Context API。 因此,此插件将无法在React 16.3以下的版本中使用。 通过运行以下命令,确保使用最新版本的React: npm install react@next react-dom@next或yarn add react@next react-dom@next 安装套件 npm install resau或yarn add resau 用法 创建商店 相反的actions和reducers像终极版,店里的阵营组件只是状态。 例如/src/components/Store.js import React from "react"; import { Provider } from


【文件预览】:
resau-master
----public()
--------manifest.json(317B)
--------index.html(2KB)
--------favicon.ico(3KB)
----yarn.lock(254KB)
----src()
--------lib()
--------demo()
----scripts()
--------build.js(4KB)
--------test.js(734B)
--------start.js(3KB)
--------demo.js(4KB)
----config()
--------jest()
--------env.js(3KB)
--------webpack.config.prod.js(12KB)
--------webpack.config.dev.js(12KB)
--------webpackDevServer.config.js(5KB)
--------polyfills.js(856B)
--------paths.js(2KB)
--------webpack.config.demo.js(12KB)
----build()
--------index.js.map(13KB)
--------index.js(2KB)
----LICENCE(1KB)
----README.md(5KB)
----.gitignore(286B)
----package-lock.json(372KB)
----package.json(3KB)

网友评论