Quote maker react lab nyc01 seng ft 042020 源码
Redux放在一起 目标 使用react-redux库和redux库来构建具有多个资源的应用程序。 概述 在本实验中,我们将构建一个用于报价的应用程序。 这将包括创建报价和更新全局Redux状态。 在我们的App组件中,我们将呈现以下组件: QuoteForm & Quotes 。 我们还将需要一个减少器和操作文件作为报价。 报价减速器 引号减速器的初始状态应为: [ ] 但是,当添加了Quote时,它应该看起来像这样(我们将使用uuid节点包生成ID): [ { id : '23423424242-42342423424242-fafdb' , content :
文件列表
quote-maker-react-lab-nyc01-seng-ft-042020-master.zip
(预估有个30文件)
quote-maker-react-lab-nyc01-seng-ft-042020-master
package.json
1KB
test
reducers
quotesReducerTests.js
5KB
helpers.js
473B
mocha.opts
46B
root.js
413B
components
QuoteCardComponentTest.js
2KB
暂无评论