useRedContext:一个FluxRedux替换器-用useContext和useReducer钩子编写

时间:2024-05-18 13:17:11
【文件属性】:

文件名称:useRedContext:一个FluxRedux替换器-用useContext和useReducer钩子编写

文件大小:165KB

文件格式:ZIP

更新时间:2024-05-18 13:17:11

react redux state-management react-hook JavaScript

useRedContext 这个项目旨在使用Redux-Like结构,仅使用React钩子来处理全局变量。 玩吧 如何使用 创建一个减速器 创建结构和Reducer的文件 cd src && mkdir Reducers touch useCounter.js // Import some stuffs on newer file import React , { useContext , createContext , useReducer } from 'react' // Create a initialState const initialState = { count : 0 } // Create the reducer const reducer = ( state , action ) => { switch ( action . ty


【文件预览】:
useRedContext-master
----public()
--------manifest.json(306B)
--------index.html(2KB)
--------favicon.ico(4KB)
----yarn.lock(413KB)
----src()
--------Components()
--------App.js(366B)
--------Reducers()
--------index.js(135B)
----README.md(2KB)
----.editorconfig(131B)
----.gitignore(310B)
----package.json(482B)

网友评论