Rick's DevNotes
筆記關於我作品集

© 2026 Rick's DevNotes. All rights reserved.

# Functional Programming
https://rickchiu.me/api/image?key=categories/React/cover.png
React 筆記 - useState
2020-10-12
React
Functional ProgrammingComponentState
認識 useState Hook 的使用方法、State 更新與批量更新機制
https://rickchiu.me/api/image?key=categories/React/cover.png
React 筆記 - Components
2020-10-05
React
Functional ProgrammingObject Oriented ProgrammingComponent
認識 React Components、JSX 語法與 Class 與 Function Component 的差異
https://rickchiu.me/api/image?key=categories/JavaScript/cover.png
JavaScript 筆記:從語言特性到函式編程
2020-08-29
JavaScript
Single ThreadFunctional ProgrammingObject Oriented ProgrammingEvent Loop
整理 JavaScript 的核心特性,含程式碼範例