I'm attending React Advanced 2025 - get your free remote ticket and join me there with 5k other engineers and 50+ great speakers
https://t.co/OYYRpSsTQM
#ReactAdvanced
@mdj_dev I'm also working on a similar project https://t.co/tK5UyDIr9b. Would be great to get in touch and I'm glad to help if you are open to external contribution!
@MrFlashAccount@tan_stack garbage collection timers are a query thing because it only starts when all observers unmount. staleTime has the timer on the observer, I don't really know why. It allows us to have different staleTimes per instance but I've never had that use case. @tannerlinsley ?
@Danny_H_W I was referring to this issue https://t.co/joIj2CTX6e. So not automatic but custom. Is there a way to create a doc manually? for now (for example to show all the typography variant together) I'm using a story with a custom render method. I don't know if there is a better way
@Danny_H_W Hi thanks for your great work with storybook for RN. I saw an issues about docs: do you know where i can find an example of how to buld custom doc page for react native (not web) since autodocs is not supported due to mdx rendering hard to achieve? Thanks
I'm attending React Summit US 2024 - get your free remote ticket and join me there with 10k other engineers and 50+ great speakers
https://t.co/wrADfHozc5
#ReactSummitUS
Dear friends, I am launching today on @ProductHunt!
Check out Touring's new shiny app on both App Store and Play Store!! Looking forward to hearing your feedback!
Hi @Kelset I was reading your amazing issues on the new RN architecture published years ago. Your blogpost about Fabric renderer is not available anymore in the Nearform/Formidabile blog (https://t.co/xSkGJeOdH8). Do you have any other references to it? Thanks for your work!
@sebastienlorber We used a lot in node:
User context propagation in a request, or transaction propagation orm/db agnostic.
Is also the basis of the opentelemetry implementation! :)
How much impact can an identity function have? You wouldn't say... https://t.co/xXmOXQ2miu. @TkDodo discovering React Query magic in your blog is amazing
@TkDodo@tannerlinsley@NyxXeres @b_e_n_t_e_n_ @kentcdodds When I saw this sentence for the first time it was mind-blowing "The observer does a bit more though. The observer knows which properties of the Query a component is using, so it doesn’t have to notify it of unrelated change". And the code even more!