고정된 트윗
Ilya
250 posts


okay I wanted to implement that myself and gosh this is hard
Ilya@tryonelovee
is there something like @tanstack/query, but for SharedWorker? I'd like to deduplicate and cache requests across different tabs / iframes via a SharedWorker, and I'm wondering whether it could serve as a query cache, just like a regular one
English

@hexionautt @icanvardar is this about a specific version or the entire library? :)
again, there's nothing wrong with using axios by itself
you'll be perfectly fine using any version except 1.14.1 and 0.30.4 :)
English

I just tried enabling the GitHub integration in @linear
it took over 3 minutes with the tab open, without any indication that it was loading except for the spinner in the tab itself
If I closed the tab, the integration didn't work at all. I had to re-enable it a few times
is that an indexing issue? It might be worth showing some kind of indication that the integration is running
English

@iamarunabh would work if the animation runs once
otherwise, in the case of an infinite incremental counter, it would be very distracting
English

If you break the chars and add spring transition, the moving text would look really pretty.
Jakub Krehel@jakubkrehel
One tip from my make-interfaces-feel-better skill is using `font-variant-numeric: tabular-nums` for values that update. It makes digits equal width, similar to monospace fonts. Keep in mind that some fonts change the appearance of numerals when this is used.
English

@shuding and here’s Dan’s talk explaining the concept as well
it’s good to understand the boundaries: where they are, where SSR is coming from, and how React is involved
youtube.com/watch?v=ozI4V_…

YouTube
English

In case you didn’t know, React didn’t invent RSC, SSR, or Hydration, conceptually:
SSR is Express:
app.get('/', (req, res) => {
res.render('index', { name: 'John' })
})
RSC is Pug:
if name == "Bob"
button(class="btn") Hello Bob
else
button(class="btn") My name is #{name}
Hydration is jQuery:
$('.btn').click(...)
That’s why there’s no window in SSR, and you can’t set onClick in RSC, and you have hydration errors in jQuery too (such as a typo of .btn) but with a less fancy name.
English

@devagrawal09 I wonder what happens to older codebases
are we going to waste a bunch of calls just to know that the installed React version doesn't support APIs yet?
English

WOW!!!! composer 2 just oneshotted the
@tinkererclub landing page from ONE SINGLE PROMPT 🤯
IT'S OVER FOR EVERYONE ELSE
English

@sethsetse I tried to apply for a developer account through the apple developer website, but my request was declined
after going back and forth with support, they told me they don't accept Polish temporary residence permits
they didn't even allow me to pay the $100 fee :)
English












