首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏Czy‘s Blog

    Mobx与Redux的异同

    // src/redux-store/store.ts import { createStore } from "redux"; const defaultState: State = { count /redux-store/store"; import { useSelector, useDispatch } from "react-redux"; const CountRedux: React.FC /redux-store/store"; const App: React.FC = () => { return (

    ======Mobx======<

    1.3K20编辑于 2022-05-10
  • 来自专栏前端从进阶到入院

    手把手带你用next搭建一个完善的react服务端渲染项目(集成antd、redux、样式解决方案)

    /> ) } } // 这个其实是_app.js的getInitialProps // 在服务端渲染和客户端路由跳转时会被执行 // 所以非常适合做redux-store

    7.6K10发布于 2020-04-10
领券