Recent Posts

Redux - 只注入一筆使用者資料到 UserHeader

目前的 component 是從 props 取得整個 users 集合。 UserHeader component 看起來怪怪的,因為這個 component 的設計是只顯示一個使用者,不應該拿到所有使用者資料再從裡面找一筆出來。 為了只注入一筆 User 資料到 UserHeader,可以改 mapSt...

Redux - 簡化 async function

<div><div>原始版本</div><div><div>export const fetchPosts = () => {</div><div>    // dispatch: can change any data w...

Redux - 更深入理解 mapStateToProps

Commit https://github.com/shooeugenesea/study-js/commit/9abf9a073ca86dea1b1dcf1418a5880a7975c0ea 我犯的錯誤 我發現 PttPosts 的實作好像不太對。 PttPosts.js import React, ...

redux - helloworld - PttPosts

<div>Install react and react-redux</div><div style="background-color: #fbfaf8; border-radius: 4px; border: 1px solid rgba(0, 0, 0, 0.15); box-...

Redux - 哈囉世界 - PttPosts

<div>安裝 react 和 react-redux</div><div style="background-color: #fbfaf8; border-radius: 4px; border: 1px solid rgba(0, 0, 0, 0.15); box-sizing:...