Explore tweets tagged as #AsyncData
@hackersmang
Hackers Mangaluru
3 months
We just concluded at #HackersMang with Reevan Dsouza diving into “TanStack Query: Taming Async State Management”. #HackersMang #HMApr25 #TanStackQuery #ReactQuery #StateManagement #AsyncData #WebDevelopment #TechTalks
Tweet media one
Tweet media two
1
0
1
@nuxt_js
Nuxt
1 year
We're delighted to announce the release of Nuxt v3.10! 🎉. ✨ Experimental shared asyncData when prerendering.🆔 SSR-safe accessible unique ID creation.⬢ Client-side @nodejs support.🍪 Better cookie reactivity.🏥 Detecting anti-patterns. much more!.
Tweet media one
17
116
607
@danpastori
Dan Pastori
2 years
When building large @nuxt_js 3 apps, you might have multiple pieces of asyncData on a single page. You will need to scope the refresh() methods by defining a new name for each piece of data👇
Tweet media one
0
10
38
@iamMurat4real
murat
2 years
what I don't like about AsyncValue using Riverpod is that it forces me to cast it to AsyncData whenever i want to access it down the widget tree where I'm already past the switch statement, knowing 100% that the state is data. How do you deal with that?
Tweet media one
9
0
25
@bloodyowl
Matthias
1 year
just released Boxed v2.2.0📦. → adds fromJSON/toJSON to Option, Result, AsyncData for easier (de)serialization.→ adds Dict.fromEntries.→ adds Dict.fromOptional
Tweet media one
1
0
0
@danpastori
Dan Pastori
2 years
Loading 2 dynamic asyncData resources & upgrading from @nuxt_js 2 ➡️ 3? Here's some tips:. 1. Update to useFetch() composable.2. Ensure you are using async setup. See example from what we did in ROAST (change to proper URLs) 👇
Tweet media one
2
2
18
@kota_tw
KT
2 years
これでいけたっぽい。1) useNuxtDataとasyncDataで同じkeyを設定する 2) immediate: false で自動発火を抑制 3) cache が無ければ(つまり初回発火)executeで手動発火 あたりがポイントに。
Tweet media one
1
0
1
@chooyan_i18n
ちゅーやん
2 years
AsyncData や AsyncError だけど isLoading: true でもある場合は isRefreshing: true で、AsyncLoading だけどデータやエラーがある場合は isReloading: true になる感じか。
Tweet media one
0
0
0
@bikromroy2001
Bikrom Roy
5 months
🚀 React 19: New Async Data Fetching with use ✨.React 19 introduces the use API, eliminating the need for useEffect & useState for fetching data. React now suspends until the promise is resolved. #React19 #ReactJS #AsyncData #WebDevelopment #JavaScript
Tweet media one
0
0
1
@Jha__Rana
Kuldeep Jha
8 months
Day-38 #100daysofcoding ."Exploring asynchronous data queries in Recoil! 🎉 Using selectors and async functions to fetch and manage remote data seamlessly in React. #Recoil #React #AsyncData #WebDevelopment"
Tweet media one
0
0
3
@ktkthude
ko-ta.exe
1 year
だめだ、Riverpod全然理解していなかった。when()で表示するんじゃなくてAsyncValueをうまく使いこなさないとなんだね.AsyncValue 自体は abstract だから.以下の3つの状態(クラス)を理解しないと.・AsyncData.・AsyncError.・AsyncLoading.結構良さげな記事あったから引用.
0
0
6
@MansixYadav
Mansi Yadav
9 months
Completed Week 7 of @100xDevs Cohort 2! 🚀. Week 7.3:deep dive into Recoil. - Basics: Atoms, selectors, asyncdata queries, useRecoilState, useRecoilValue, useSetRecoilState. - Advanced: atomFamily, selectorFamily, useRecoilStateLoadable, useRecoilValueLoadable. @kirat_tw
Tweet media one
1
0
19
@mattmaribojoc
Matt Maribojoc
1 year
@danielcroe @Mokkapps @_nooooook @nuxt_js Gotta make sure im not tripping, but even without the `await`, the fetch will happen during SSR and the data will be in the initial HTML because of the `onServerPrefetch` used in asyncData will wait regardless if `await` is used in the original component? . I think?
Tweet media one
1
0
2
@gangan_nikki
GANGAN
8 months
ほう👀.
0
0
4
@moteeullahazmi
Moteeullah Azmi
8 months
✨ Day 70 of #100DaysOfCode ✨. 🔸 Learned Atom Family, Selector Family, and how to manage async data ⚡. Thanks to @kirat_tw & @100xDevs for the continued support! 💪. Watching video by @mcc_abe, author of Recoil. 📹. #100DaysOfCode #React #Recoil #AsyncData #WebDevelopment
Tweet media one
0
0
3
@YoannFleuryDev
Yoann Fleury 👨‍💻⚛️🦀
11 months
@loige @mattpocockuk Take a look at Boxed, kinda the same (love the AsyncData structure).
1
0
1
@LogRocket
LogRocket
2 years
Pinning Rust async data types for memory safety #rust #memorysafety #webdevelopment #asyncdata.
0
0
3
@bloodyowl
Matthias
2 years
✨just released Boxed v1.1.0. adds the following functions:. - Option.isOption(x).- Result.isResult(x).- AsyncData.isAsyncData(x).- Future.isFuture(x).
0
2
8
@exkurumizawa2
EX胡桃沢
11 months
useFetchのgetCachedDataにttlがないか探してるがパッと見なさそう。APIによってライフサイクル変えたいとかはよくあるパターンだと思うんだが。。。.
2
0
0