差異處

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

連向這個比對檢視

web:reactjs [2019/04/13 11:22]
tony [Resource]
web:reactjs [2023/06/25 09:48]
行 1: 行 1:
-{{tag>​reactjs}} 
-====== React ====== 
-===== Introduction ===== 
-因工作的關係,接觸到了近年最潮的UI Framework - React。對我而言,它是個讓打造UI可以非常迅速的框架。這裡主要分享些使用到的東西。 
-===== Articles ===== 
-  * [[.:​reactjs:​react_hook:​useState|React Hook - useState]] 
-  * [[.:​reactjs:​react_hook:​useContext|React Hook - useContext & Test Context]] 
-  * [[.:​reactjs:​test:​testStaticMethod|How to test component with static method?]] 
-===== Resource ===== 
-  * [[https://​jestjs.io/​docs/​en/​getting-started|Test Framework - JEST Docs]] 
-  * [[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]] 
-==== Components ==== 
-  * [[https://​www.npmjs.com/​package/​react-infinite-scroll-component|Infinite Scroll]]