- 3
- 34
React Paris Meetup
เข้าร่วมเมื่อ 15 เม.ย. 2024
Nicolas Dubien - Réactivité granulaire en React mais sans React Compiler (2024/11/20)
React Paris Meetup 005 chez Algolia
Achieving fine-grained reactivity in a React application without compromising developer experience is a long-standing challenge. For real-time applications designed to display hundreds of millions of rows without perceptible latency, fine reactivity is crucial. This presentation explores how we efficiently ingested, displayed, and updated large datasets seamlessly, maintaining both developer and user experience.
00:00 Introduction et Définition de la Réactivité
07:30 L'Optimisation React et React Compiler
14:30 Implémentation chez Pigment
19:30 Best Practices et Optimisation
24:30 Questions & Réponses
#React #Optimization #FineGrainedReactivity #Performance #StateManagement
Achieving fine-grained reactivity in a React application without compromising developer experience is a long-standing challenge. For real-time applications designed to display hundreds of millions of rows without perceptible latency, fine reactivity is crucial. This presentation explores how we efficiently ingested, displayed, and updated large datasets seamlessly, maintaining both developer and user experience.
00:00 Introduction et Définition de la Réactivité
07:30 L'Optimisation React et React Compiler
14:30 Implémentation chez Pigment
19:30 Best Practices et Optimisation
24:30 Questions & Réponses
#React #Optimization #FineGrainedReactivity #Performance #StateManagement
มุมมอง: 10
วีดีโอ
Luther Tchofo Safo - Adopter pas-à-pas React 19 (via Next.js 15) (2024/11/20)
มุมมอง 5วันที่ผ่านมา
React Paris Meetup 005 chez Algolia This session introduces Next.js 15, the first stable framework enabling the use of React 19 in production, with a focus on React Server Components adoption. The talk is split into two parts: separating a web page into server and client files, and then optimizing this separation for efficient component rendering. 00:00 Introduction et Contexte 07:31 Les Compos...
[005] Alphonse Bouy - Débugger un composant React legacy : cas pratique (2024/11/20)
มุมมอง 1914 วันที่ผ่านมา
React Paris Meetup 005 chez Algolia Débugger un composant React legacy : cas pratique par Alphonse Bouy In shared codebases, developers often face bugs in components they've never touched, created by people who have long left the company. How can one fix these bugs without breaking everything? This talk walks through a real-life case study: debugging a tricky autocomplete. From initial diagnosi...