Filter
Exclude
Time range
-
Near
TanStackQuery のキー管理とか何もいわないとえげつないことされるんだけど, ほんまにみんなコード見ないでどうにかなってます?
1
4
TanstackQuery検討してたけど破壊的変更あったのか。。。 #fec_nagoya
3
210
Day 96/100 🚀 #100DaysOfCodeAndDesigns with @SarcasticGeek4u after hours of waiting for NEPA 🫩 worked on Next.js caching with Supabase to avoid fetching on every refresh explored TanStackQuery initialData for cleaner UI ran pnpm build, caught errors. I'm still fixing them...
8
65
Day 86/100 🚀#100DaysOfCodeAndDesigns with @SarcasticGeek4u Backend isn’t ready yet so I started simulating it with #Supabase & #TanStackQuery not just to fetch data but to get a better understanding of how the UI loads, reacts & updates when data comes in still learning #Nextjs
1
8
73
検索パラメータ付きURLリロード時、nuqsのcreateSearchParamsCacheでサーバサイドでURLをパースしSSRフェッチ→結果をTanStackQueryのplaceholderDataとしてクライアントに渡すことで、フィルタ適用済みのデータの表示のパフォーマンス改善をした。 #TanStackQuery #nuqs #NextJs
5
95
We deleted 50% of our boilerplate. 🥳 Our shift from Redux Sagas to TanStack Query—and why separating server state from client state is a game changer. Read: medium.com/@saurabhtiwari409… #ReactJS #TanStackQuery #WebDev
2
56
as a full stack or react developer should we go deep into these libraries and how do they work under the hood ? is it okay? or we should focus on getting deep into react internals or node interns or whatever tech stack we use. since tanstackQuery type libraries will come and go and there are tons of third party libraries so what do you guys suggest?
Mar 10
If you think TanStack Query is just useQuery and useMutation there is still a whole world you have to discover
1
4
175
Just discovered TanStack Query today and it blew my mind—finally get why it's a staple in so many React apps! 🚀 If you're new to it (like I was), here's the game-changer in simple terms: Tired of tangled useEffect fetch spaghetti code? TanStack Query takes over your server data magic. It delivers: ⚡ API data fetching 🗄️ Smart caching 🔄 Loading & error states out of the box 🔄 Auto-refetching on focus/window changes ✏️ Seamless mutations (POST/PUT/DELETE) Before: useEffect → fetch → setState → manual loading/error hacks 😩 After: Just useQuery → instant data, isLoading, error. Clean AF! ✨ Perfect for crushing: 📊 Dashboards 🛠️ Admin panels 📈 Data-intensive apps Still diving in, but this feels like a must-have for any modern React setup. Who's already using it? Drop your tips below! 👇 #React #WebDevelopment #JavaScript #TanStackQuery
2
1
8
467
Day 4 of #100DaysOfCode Learned @tan_stack Query today and integrated it into my project. - Implemented all GET requests - Added some POST mutations Will finish the remaining mutations tomorrow. #buildinpublic #react #tanstackquery #webdev
4
23
Still using useEffect manual fetch logic in @reactjs ? ⚡️ Switch to TanStack Query ✅ Auto caching ✅ Background refetching ✅ Instant updates ✅ Less boilerplate Smarter data fetching = faster, cleaner apps. #ReactJS #TanStackQuery #Frontend #JavaScript #bhadreshpithwa
3
70
🚀 How Zustand TanStack Query turn a web app into a Super App Rule of thumb 👇 • UI-only state → useState • Shared client state (auth, theme, cart) → Zustand • Server/API data (lists, dashboards) → TanStack Query Right tool for the right data #Zustand #TanStackQuery
1
4
46
Built more of my social media web project today 🚀 Learned React TanStack Query — cleaner data fetching, smart caching, and way better state management. Frontend finally feels scalable, not hacky 😤⚛️ #ReactJS #TanStackQuery #WebDev #Frontend #LearningInPublic #BuildInPublic
1
5
166
Result? Cleaner code, faster apps, happier users. Dropped my average component fetch logic from 40 lines to ~5 Are you using TanStack Query yet in 2026? Drop your setup or biggest gotcha below! #React #TanStackQuery #FullStackDev
5
568
🚀@neciudan is speaking at #ReactParis 2026 How far can you go using only #TanStackQuery for your #app #state; and where does it start to hurt? Dan'll share what broke in their real-world product, why confusing server and client state caused issues, and the patterns that actually scale as the app grows, from optimistic updates to better state boundaries. Learn more & join Dan in #Paris next March 26-27 👉🏼 React.Paris #conference #speaker #reactjs
1
3
4
132
Why I chose TanStack Query over useEffect: •Caching & auto refetch •Easy loading & error handling •Mutations & optimistic updates •Less boilerplate If you’re still using useEffect for everything… maybe it’s time to level up #ReactJS #WebDev #TanStackQuery
3
124
Jan 13
My tech stack for QuickQuote: Built in 1 week 😎 💻Frontend: - React Vite - TanstackQuery - DaisyUI ⚙️Backend: - NodeJS - Trigger. dev - Supabase (Storage) 🗄️Database: - PostgreSQL 🔐Auth: - Supabase 💸Payment: - Stripe 🏭Infrastructure: - Vercel 🔥Built 100% in Typescript. 🚀Once you're comfortable with a stack, stick to it. Constantly switching technologies will slow you down.
2
1
7
764
#FetihDevLog 9 - Ekonomi Dengesi: Tahıl Tüketimi 🌾 Ordular büyüyor ama onları beslemek lazım! Her askerin artık saatlik bir tahıl tüketim maliyeti var. Dinamik Ekonomi: Toplam tahıl gideri, ordu mevcuduna göre anlık hesaplanıyor. Senkronizasyon: Hem DB fonksiyonları hem de Frontend'deki useTick() hook'u artık askeri giderleri de hesaba katarak gerçek zamanlı üretim verisini güncelliyor. Geliştirme sürecinde bir sonraki durak: Görev Sistemi! 🎯 #Fetih #GameDev #Logic #TanStackQuery
1
3
59
What is better than TanStack DB? TanStack DB with Effect. Effect.forEach with concurrency queues API operations with a max of 5 concurrent operations instead of using Promise.all, which fires all requests simultaneously and can potentially overwhelm the API. I'm still learning Effect, so let me know if there are any improvements I can make. #Effect #TanStackDB #TanStackQuery
3
199
🎯 Pro Tip: Use TanStack Query (React Query) for Data Fetching! Why it's better than fetch/axios alone: // Get automatic: ✅ Caching ✅ Background refetching ✅ Error retries ✅ Optimistic updates ✅ Pagination support ✅ Infinite queries ✅ DevTools #ReactJS #TanStackQuery #WebDevelopment #JavaScript #Frontend #Programming #BuildingInPublic
3
6
84