
18:00 - 20:00
Paris TypeScript #40
Salut les TypeScripters, c'est parti pour le 40ème Paris TypeScript 😎
Un grand merci à notre hébergeur pour cet event : Alan
Pour ceux qui ne peuvent pas assister au meetup en physique, un stream sera dispo ici.
N'hésitez pas à proposer vos talks via notre repository Github.
Le programme :
Talk #1
Titre : Hooks-o-mania: How We Got Hooked and Why We're Breaking Free
Auteur : Emma Goldblum (@emma-goldblum)
Durée : 10min
Description : Picture this: It's 2019, and hooks burst onto the global scene. They promised to revolutionize how we tinker with React component lifecycles - so simple, so elegant! We went hook-crazy, sprinkling them like confetti at a developer's wedding.
Fast forward, and our app turned into a glitchy disco ball of bugs and performance issues. Oops! Now we're on a grand "de-hooking" adventure, swapping out unnecessary hooks for observables like we're trading Pokémon cards. Join us for a retrospective of our hook-filled journey - from hook-euphoria to hook-hangover!
Talk #2
Titre : Type Aware Assertion Functions and Type-Level Testing
Auteur : Joseph Garrone (@garronej)
Durée : 20min
Description : Type-level assertions, enabled by the asserts keyword, have been a part of TypeScript for over five years, yet they aren't widely adopted.
In this talk, I'll try to make a case for the value of this feature and show how it can be easily leveraged.
Talk #3
Titre : 3 TS configs pour un starter Vite, vraiment ?
Auteur : Arnaud Barré (@_ArnaudBarre)
Durée : 10min
Description : Depuis quelques mois les starters Vite pour React/Vue/Solid contiennent 3 fichiers tsconfig ! Je vous expliquent les subtilités des "project references" pour bien gérer le typing de code web & node au sein d'un même projet.