iT邦幫忙

鐵人檔案

2017 iT 邦幫忙鐵人賽
回列表
Modern Web

RRRR的世界 (Ruby on Rails + React + Redux) 系列

Ruby on rails 或許已經不比往年流行,React的對手也越來越強(vue, angular 2.0),
但RRRR的組合卻很難在網路上找到,所以我想寫一系列對Ruby on rails 加上 React/Redux的文章,好讓印象深刻。

鐵人鍊成 | 共 30 篇文章 | 24 人訂閱 訂閱系列文 RSS系列文
DAY 21

Day 21, Reading List - React部分-3

今天,首先貼上updateBook的ajax 先 npm install rx-dom; reload all books //in clients/app...

2017-01-05 ‧ 由 Joseph-bug 分享
DAY 22

Day 22, Redux - 先理解一下

RRRR的最後一個R,就像最後的戰役! 先上文件: 原文其實不難懂: http://redux.js.org/ 中文Redux文檔: https://che...

2017-01-06 ‧ 由 Joseph-bug 分享
DAY 23

Day 23, Redux 一樣先玩範例!

前置作業: 安裝react-devtool git clone https://github.com/reactjs/redux/ 照著 指令 做 好,...

2017-01-07 ‧ 由 Joseph-bug 分享
DAY 24

Day 24, Redux Action / ActionCreator 根本是歸納法

今天呢,就先來定義Action 先歸納一下 看看我們的containers/ReadingList.jsx class ReadingList extends...

2017-01-08 ‧ 由 Joseph-bug 分享
DAY 25

Day 25, Redux Reducers - State管理大師

其實這小小的reading list的reducer還挺簡單的 import Immutable from 'immutable'; import actio...

2017-01-09 ‧ 由 Joseph-bug 分享
DAY 26

Day 26, Redux Store 中控室

快結束了,不知不覺已經26天了。 這邊提醒一下 我是使用react_on_rails內建的redux產生器rails generate react_on_ra...

2017-01-10 ‧ 由 Joseph-bug 分享
DAY 27

Day 27, Example: Reading List

Title很愛學Redux SharedReduxStore, rails, react都認識他 //client/app/bundles/stores/S...

2017-01-11 ‧ 由 Joseph-bug 分享
DAY 28

Day 28, State in Redux or React? 搞混了嗎~

這邊來自於: Redux Github討論串: https://github.com/reactjs/redux/issues/1287#issuecomm...

2017-01-12 ‧ 由 Joseph-bug 分享
DAY 29

Day 29, Deploy上heroku吧!

終於到了今天,要push上heroku了。 本文參考官方文件實作: Rails 5 and Heroku: https://devcenter.heroku...

2017-01-13 ‧ 由 Joseph-bug 分享
DAY 30

Day 30, 最後一天來個RRRR的總結。

鐵人賽最後一天了,也是我這系列的最後一篇文章。 在我的號召之下,公司其他兩位同事也一起參加鐵人賽,順便PO上他們的文章: 美術篇: http://ithelp...

2017-01-14 ‧ 由 Joseph-bug 分享