Matvei Andrienko's Avatar

Matvei Andrienko

@matvei.is

Moderately funny in the long run. Frontend developer, πŸ“Amsterdam.

31
Followers
177
Following
10
Posts
06.12.2023
Joined
Posts Following

Latest posts by Matvei Andrienko @matvei.is

Nice, that could be a useful pattern!

21.02.2026 13:32 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Yeah, it's a shame! When I needed this behavior, I had to add an intermediary div with
{ display: contents; --parent-value: var(--value); }

21.02.2026 13:28 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Is <Maybe> a special type or error boundary, and <PostEmbed> throws when there is no data to show? Or does it work some other way?

21.02.2026 13:21 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

@danabra.mov Vid related: 1drv.ms/v/s!AljYTpCi...

11.02.2024 13:34 πŸ‘ 2 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

I experience the same thing in the Android app. My feeling is that the tap detection is overly sensitive to the scrolling motion. Even the slightest amount of y-movement prevents the tap from registering.

11.02.2024 13:22 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

If you ever decide to try it for your form component, I'd be very curious to hear how it went :)

10.02.2024 16:09 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Hi Hendra, I've been thinking about better form components a lot lately, so let me shamelessly plug my post: teletype.in/@smalldogene... - hope you'll find it helpful!

10.02.2024 15:05 πŸ‘ 0 πŸ” 1 πŸ’¬ 1 πŸ“Œ 0

Let's say I want to implement a minimal framework with RSC support. Where do I even start? The Next.js codebase is frankly unapproachable as an example. Should I wait for the React 19 release and proper documentation?

10.02.2024 01:51 πŸ‘ 2 πŸ” 1 πŸ’¬ 1 πŸ“Œ 0

Ah, good point that state updates cannot be instantaneous in async components. Yes, a separate tree of async components makes sense in this case.

10.02.2024 01:20 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

Not strictly about RSC, but about async components. I heard that client async components were considered at some point, and there was even a prototype. Did it support stateful hooks? If so, how was this possible without async context? If not, would it have been possible with async context? :)

10.02.2024 00:02 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0