Recent Posts

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:...

Kotlin - Numbers

<div>Types</div><ul><li><div>Byte</div></li><li><div>Short</div></li><li><div>I...

Kotlin - 數值型別

<div>型別</div><ul><li><div>Byte</div></li><li><div>Short</div></li><li><div>Int&...

Kotlin - Strings

<div>indexOf and substring</div><ul><li><div>indexOf</div></li><li><div>substring</div></li>...

Kotlin - 字串操作

<div>indexOf 與 substring</div><ul><li><div>indexOf</div></li><li><div>substring</div></li>&...

Kotlin - Nullable

<div><div>Nullable</div><ul><li><div>“String?” in return type shows the function may return null</div></li>&l...

Kotlin - Nullable 可空型別

<div><div>Nullable</div><ul><li><div>回傳型別中的 “String?” 表示這個函式可能回傳 null</div></li><li><div>呼叫端需要用 “...