基於 React.js + Redux + Bootstrap 的 Ruby China 示例
最近在學習前端的各大流行框架, 主要學習了 Vue.js 和 React.js, 前段時間用 Vue.js + uikit 實現了 V2EX 的克隆版本, 最近又用 React.js + redux + bootstrap 實現了 RubyChina 的克隆版本, 兩個專案都支援響應式佈局. 不得不說這是學習新知識的一個有效途徑. 這兩個專案都比較合適學習 Vue.js 和 React.js 的朋友參考.
Vue.js + V2EX 專案
程式碼地址: https://github.com/liuzhenangel/v2ex_frontend
Demo: http://v2ex.liuzhen.me
關於這個專案的一些介紹和學習資料可以訪問 這裡 檢視 .
這篇文章主要介紹 React.js 的相關知識.
React.js + RubyChina 專案
程式碼地址: https://github.com/liuzhenangel/react-ruby-china
Demo: http://ruby-china.liuzhen.me
專案介紹
react-ruby-china 專案是一個利用 react, react-dom, react-redux, react-router, redux, es6, redux-thunk 實現的 RubyChina 社群克隆專案.
這是一個前後端分離專案, 前端主要是 react, redux, es6, css 框架使用了 bootstrap. 後端利用 ruby-china 開放的 api. 支援響應式佈局. 部分功能仍在持續完善中.
開發環境搭建
可以根據下方列出的官方文件裡面有詳細說明, 這裡介紹一下 create-react-app
這個命令列腳手架工具. npm install create-react-app -g
之後執行 create-react-app my-app
, 然後 npm start
就能執行了.
關於 create-react-app
詳情可以點選 這裡 檢視.
核心技術框架
- react
- react-dom
- react-router
- redux
- redux-thunk
- react-md-editor
- isomorphic-fetch
- react-paginate
- react-redux
- marked
- es6-promise
- classnames
學習參考資料
在學習 React 過程中, React.js 文件做的沒有 Vue.js 的好, 文件中的例子各種不同語法. 對著照做不一定對, 也不方便查詢, 踩過很多坑後給大家做個分享.
React 中文文件(這個文件很好查詢, 但是很多內容寫的太簡單了沒講清楚, 而且內容不全): https://hulufei.gitbooks.io/react-tutorial/content/index.html
React 官方英文文件: https://facebook.github.io/react/docs/getting-started.html
React 中文文件(這個文件比較差): http://reactjs.cn/react/docs/getting-started-zh-CN.html
極客學院提供的 React 中文文件: http://wiki.jikexueyuan.com/project/react/
另一個 Reac 中文文件(這個比較全面, 但是不便於搜尋): http://www.phperz.com/article/15/0712/140537.html
React Router 中文文件: https://react-guide.github.io/react-router-cn/
RubyChina API: https://ruby-china.org/api
ReacChina 社群(這裡面有很多資源): http://react-china.org/
相關文章
- 基於 Redux + Redux Persist 進行狀態管理的 Flutter 應用示例ReduxFlutter
- 基於Bootstrap的標籤頁元件bootstrap-tabboot元件
- Ruby on rails專案中 引入BootstrapAIboot
- 基於react + redux的Bone框架ReactRedux框架
- 基於Ruby的Burpsuite外掛開發UI
- 基於 Bootstrap 和 jQuery 的 checkbox 的應用bootjQuery
- 基於 React.js 和 Node.js 的 SSR 實現方案ReactNode.js
- 基於 React Redux 的錯誤處理ReactRedux
- 基於React+Redux的SSR實現ReactRedux
- 基於 MVC 理解 React+ReduxMVCReactRedux
- 通用分頁-基於bootstrap和jQuerybootjQuery
- Unable to download data from https://gems.ruby-china.org/ - bad response Not Found 404HTTP
- 基於Bootstrap的Material Design風格表單外掛bootMaterial Design
- 基於Bootstrap的jQuery使用者嚮導外掛bootjQuery
- 七十九、TodoList示例 深入Redux的工作流Redux
- 基於JavaScript的關鍵詞過濾示例JavaScript
- 為 Memcached 構建基於 Go 的 Operator 示例Go
- 基於Bootstrap的強大jQuery表單驗證外掛bootjQuery
- [硬核] Bootstrap Blazor Table 綜合演示例子bootBlazor
- 關於Ruby的語言特點
- 【前端基礎】Bootstrap前端boot
- 基於Redux/Vuex/MobX等庫的通用化狀態OOPReduxVueOOP
- 基於TP3.2和Bootstrap開發的歌詞類網站boot網站
- 分享一套基於bootstrap的後臺管理系統html模板bootHTML
- HTB Perfection-wp 基於ruby的SSTI注入、密碼爆破工具hashcat的使用、反彈shell的編碼繞過、ruby正則匹配密碼
- 關於Flux,Vuex,Redux的思考VueRedux
- Bootstrap基礎入門boot
- 基於 Laravel-china 老師的付費教程,最近不忙,寫個棍客網社群Laravel
- Taro-library:Taro + Redux + 本地 Mock Server 示例專案ReduxMockServer
- 關於 Angular 應用的 Bootstrap 過程Angularboot
- React-redux基礎ReactRedux
- 玩轉Bootstrap基礎——表格boot
- [Ruby]format xml with RubyORMXML
- Ruby 札記 - 縱覽優雅的 Ruby
- 基於TF打通異構資源網路實踐丨OpenInfra Days China實錄
- 基於React.js網頁版彈窗|react pc端自定義對話方塊元件RLayerReactJS網頁元件
- 小菜鳥的React之路--Redux基礎1ReactRedux
- 小菜鳥的React之路--Redux基礎2ReactRedux
- Redux 入門 -- 基礎用法Redux