差異處

這裏顯示兩個版本的差異處。

連向這個比對檢視

Both sides previous revision 前次修改
下次修改
前次修改
web:reactjs [2019/02/28 21:56]
tony
web:reactjs [2023/06/25 09:48] (目前版本)
行 2: 行 2:
 ====== React ====== ====== React ======
 ===== Introduction ===== ===== Introduction =====
-因工作的關係,接觸到了近年最潮的UI Framework - React。對我而言,它是個讓打造UI可以非常迅速的框架。這裡主要分享些使用到的東西。+因工作的關係,接觸到了近年最潮的UI Framework - React。對我而言,它是個讓打造UI可以非常迅速的框架。這裡主要分享些使用到的東西。
 ===== Articles ===== ===== Articles =====
   * [[.:​reactjs:​react_hook:​useState|React Hook - useState]]   * [[.:​reactjs:​react_hook:​useState|React Hook - useState]]
   * [[.:​reactjs:​react_hook:​useContext|React Hook - useContext & Test Context]]   * [[.:​reactjs:​react_hook:​useContext|React Hook - useContext & Test Context]]
 +  * [[.:​reactjs:​test:​testStaticMethod|How to test component with static method?]]
 ===== Resource ===== ===== Resource =====
   * [[https://​jestjs.io/​docs/​en/​getting-started|Test Framework - JEST Docs]]   * [[https://​jestjs.io/​docs/​en/​getting-started|Test Framework - JEST Docs]]
   * [[https://​reactjs.org/​|ReactJS Official Site]]   * [[https://​reactjs.org/​|ReactJS Official Site]]
 +  * [[https://​www.robinwieruch.de/​essential-react-libraries-framework/​|Essential React Libraries in 2018]]
 +  * [[https://​www.robinwieruch.de/​react-fetching-data/​|How to fetch data in React?]]
 +  * [[https://​www.robinwieruch.de/​react-hooks-fetch-data/​|How to fetch data with React Hooks?]]
 +  * [[https://​medium.com/​@Gbxnga/​token-based-authentication-with-react-and-laravel-restful-api-83f16581e85|Token-Based Authentication with React and Laravel RESTful API]]
 +  * [[https://​kentcdodds.com/​blog/​effective-snapshot-testing|Effective Snapshot Testing]]
 +  * [[https://​betterprogramming.pub/​5-common-javascript-memory-mistakes-c8553972e4c2|javascript tips for memory leak]]
 +  * [[https://​www.delftstack.com/​zh-tw/​howto/​react/​three-dots-react/​|React 中三個點的目的]]
 +==== Components ====
 +  * [[https://​www.npmjs.com/​package/​react-infinite-scroll-component|Infinite Scroll]]
 +