Matvei Andrienko
quiterotund.bsky.social
Matvei Andrienko
@quiterotund.bsky.social
Moderately funny in the long run.
Frontend developer, 📍Amsterdam.
February 11, 2024 at 1:34 PM
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.
February 11, 2024 at 1:22 PM
If you ever decide to try it for your form component, I'd be very curious to hear how it went :)
February 10, 2024 at 4:09 PM
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!
February 10, 2024 at 3:05 PM
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?
February 10, 2024 at 1:51 AM
Ah, good point that state updates cannot be instantaneous in async components. Yes, a separate tree of async components makes sense in this case.
February 10, 2024 at 1:20 AM
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? :)
February 10, 2024 at 12:02 AM