egghead.io_idiomatic_redux_course_notes:丹·阿布拉莫夫(Dan Abramov)在egghead.io上的惯用Redux课程笔记

时间:2024-03-13 01:11:23
【文件属性】:

文件名称:egghead.io_idiomatic_redux_course_notes:丹·阿布拉莫夫(Dan Abramov)在egghead.io上的惯用Redux课程笔记

文件大小:57KB

文件格式:ZIP

更新时间:2024-03-13 01:11:23

使用Idiomatic Redux(Egghead.io)构建React应用程序 此回购包含在Egghead.io上开设第二个的笔记。 Gitbook设置 npm install -g gitbook-cli npm install gitbook install gitbook serve 01.简化箭头功能 了解如何使用ES6功能进一步清理箭头功能。 02.提供初始状态 我们将学习如何以以前的持久状态启动Redux应用,以及如何将其与reducers指定的初始状态合并。 03.将状态持久化到本地存储 我们将学习如何使用store.subscribe()有效地将应用程序的某些状态持久保存到localStorage并在刷新后将其还原。 04.重构入口点 我们将学习如何更好地分离入口点中的代码,以准备添加路由器。 05.将React Router添加到项目 我们将学习如何将React Ro


【文件预览】:
egghead.io_idiomatic_redux_course_notes-master
----10-Colocating_Selectors_with_Reducers.md(6KB)
----.gitignore(20B)
----23-Avoiding_Race_Conditions_with_Thunks.md(4KB)
----19-Updating_the_State_with_the_Fetched_Data.md(8KB)
----README.md(8KB)
----book.json(339B)
----11-Normalizing_the_State_Shape.md(6KB)
----04-Refactoring_the_Entry_Point.md(3KB)
----17-The_Middleware_Chain.md(9KB)
----18-Applying_Redux_Middleware.md(3KB)
----02-Supplying_the_Initial_State.md(2KB)
----05-Adding_React_Router_to_the_Project.md(2KB)
----12-Wrapping_dispatch_to_Log_Actions.md(4KB)
----07-Filtering_Redux_State_with_React_Router_Params.md(3KB)
----21-Displaying_Loading_Indicators.md(5KB)
----.jshintrc(79B)
----14-Fetching_Data_on_Route_Change.md(5KB)
----26-Normalizing_API_Responses_with_normalizr.md(6KB)
----package.json(930B)
----24-Displaying_Error_Messages.md(8KB)
----01-Simplifying_the_Arrow_Functions.md(3KB)
----16-Wrapping_dispatch_to_Recognize_Promises.md(5KB)
----13-Adding_a_Fake_Backend_to_the_Project.md(2KB)
----03-Persisting_the_State_to_the_Local_Storage.md(5KB)
----09-Using_mapDispatchToProps_Shorthand_Notation.md(2KB)
----25-Creating_Data_on_the_Server.md(5KB)
----SUMMARY.md(2KB)
----15-Dispatching_Actions_with_the_Fetched_Data.md(5KB)
----08-Using_withRouter_to_Inject_the_Params_into_Connected_Components.md(4KB)
----27-Updating_Data_on_the_Server.md(3KB)
----22-Dispatching_Actions_Asynchronously_with_Thunks.md(4KB)
----06-Navigating_with_React_Router_Link.md(5KB)
----20-Refactoring_the_Reducers.md(4KB)

网友评论