簡(jiǎn)介:react是現(xiàn)今非常流行的前端框架,大家在學(xué)習(xí)的過程中經(jīng)常會(huì)聽到react是純View層框架,需要搭配數(shù)據(jù)流才能進(jìn)行完整的前端開發(fā)。本門課程帶領(lǐng)大家深入了解什么是數(shù)據(jù)流,并通過一個(gè)樣例工程的開發(fā),帶領(lǐng)大家在實(shí)際項(xiàng)目中使用redux數(shù)據(jù)流開發(fā)react工程。
第1章 在React中使用Redux數(shù)據(jù)流--課程介紹
本章節(jié)介紹什么是數(shù)據(jù)流,為什么要使用數(shù)據(jù)流。
第2章 在React中使用Redux數(shù)據(jù)流--基本概念
本章節(jié)講解主流數(shù)據(jù)流框架,以及我們?yōu)槭裁催x擇redux作為數(shù)據(jù)流框架。
第3章 在React中使用Redux數(shù)據(jù)流--react回顧
本章節(jié)簡(jiǎn)單回顧react基本概念及開發(fā)方法。
第5章 學(xué)習(xí)react-redux
本章節(jié)學(xué)習(xí)react-redux中actions,reducer,store和components的基本概念和用法。
第6章 開發(fā)樣例工程
本章節(jié)詳細(xì)講解樣例工程開發(fā)過程。
- 視頻: 6-1 官方demo項(xiàng)目介紹 (04:16)
- 視頻: 6-2 demo項(xiàng)目詳解之項(xiàng)目結(jié)構(gòu) (07:13)
- 視頻: 6-3 demo項(xiàng)目詳解之a(chǎn)ction (05:07)
- 視頻: 6-4 demo項(xiàng)目詳解之reducer1 (04:19)
- 視頻: 6-5 demo項(xiàng)目詳解之reducer2 (03:59)
- 視頻: 6-6 demo項(xiàng)目詳解之reducer3 (04:22)
- 視頻: 6-7 demo項(xiàng)目詳解之組件1 (10:28)
- 視頻: 6-8 demo項(xiàng)目詳解之組件2 (11:30)
- 視頻: 6-9 demo項(xiàng)目詳解之組件3 (10:19)
- 視頻: 6-10 0 demo項(xiàng)目詳解之入口文件包裝 (00:34)
第7章 在React中使用Redux數(shù)據(jù)流--擴(kuò)展知識(shí)
本章節(jié)介紹react-redux相關(guān)的常用工具, 包括:redux-thunk,redux-gen,react-router-redux,react-redux-form。
第8章 在React中使用Redux數(shù)據(jù)流--課程小結(jié)
本章節(jié)總結(jié)了我們學(xué)習(xí)的redux數(shù)據(jù)流, 及其react綁定在項(xiàng)目開發(fā)中的開發(fā)方法。