📰 Dev.to · Scott Hu
15 articles · Updated every 3 hours · View all reads
All
Articles 80,045Blog Posts 103,822Tech Tutorials 19,489Research Papers 17,270News 13,667
⚡ AI Lessons

Dev.to · Scott Hu
5d ago
The evolution of fetch libraries: from Promise to strategies
Introduction Frontend data fetching has gone through several paradigm shifts: from...

Dev.to · Scott Hu
1w ago
From Axios to alova: how we cut 80 lines to 5
Frontend request code often involves repetitive state management. This article compares Axios and...

Dev.to · Scott Hu
1w ago
Stop writing useEffect for data fetching. Use Request Strategies instead.
⚠️ 【Draft – Pending Review】 Stop writing useEffect for data fetching. Use Request...

Dev.to · Scott Hu
1w ago
I replaced TanStack Query with alova and cut my code by 70%
I replaced TanStack Query with alova and cut my code by 70% A frontend engineer's...

Dev.to · Scott Hu
2y ago
Refresh token silently in alovajs
alova is a lightweight request strategy library designed to simplify the management and use of...

Dev.to · Scott Hu
2y ago
Transform response of alovajs, a request strategy library
Alova is a lightweight request strategy library designed to simplify interface management and usage....

Dev.to · Scott Hu
2y ago
Alova is coming, are you still using axios?
Hello, I am Scott. Today, I want to talk something that when we write project code, we should focus...

Dev.to · Scott Hu
2y ago
Cache mode of alovajs, a request strategy library
Alova is a lightweight request strategy library designed to simplify interface management and usage....

Dev.to · Scott Hu
2y ago
Data prefetch of alovajs, a request strategy library
Alova is a lightweight request strategy library designed to simplify interface management and usage....

Dev.to · Scott Hu
2y ago
useWatcher of alovajs, a request strategy library
Alova is a lightweight request strategy library designed to simplify interface management and usage....

Dev.to · Scott Hu
2y ago
A new way to implement form submission
A real form case “Recently I am developing an ordering process for an e-commerce website....

Dev.to · Scott Hu
2y ago
Method instance of alovajs, a request strategy library
alova is a lightweight request strategy library that supports developers to implement complex...

Dev.to · Scott Hu
2y ago
alova instance of alovajs, a request strategy library
alova is a lightweight request strategy library that supports developers to implement complex...

Dev.to · Scott Hu
2y ago
quick start of alovajs, a request strategy library
What is alova alova is a lightweight request strategy library that supports developers to...

Dev.to · Scott Hu
2y ago
The Greatness and Evil of Open Source
Recently, I found that many people’s thinking is still stay at usage, and lacks deeper understanding...
DeepCamp AI