Yannick Croissant (@[email protected])
@yannickc
Followers
622
Following
145
Media
107
Statuses
4K
Passionate Front End Developer, JavaScript Enthusiast and PC Gamer. Tech Lead at @CANALTechTeam Also on Mastodon: @[email protected]
Paris
Joined January 2008
Hello les TypeScripters ๐ Nouveau meetup en approche et non des moindres, le 40รฉme ๐ Rendez-vous le 12 novembre chez @avec_alan ! Le programme arrive d'ici peu ๐ https://t.co/tV0tnqOpKi
meetup.com
Salut les TypeScripters, c'est parti pour le 40รจme Paris TypeScript ๐ Un grand merci ร notre hรฉbergeur pour cet event : **[Alan](https://alan.com/)** Pour ceux qui ne pe
0
6
5
v7.35.0 of https://t.co/lA0snKeL3A has just been released, with eslint 9 and flat config support. Please try it out, and file issues if you have any trouble!
3
5
36
Here's a fun little perf win I managed over the weekend on eslint-plugin-react: https://t.co/2oFinIwVgY This shaves off about 1/3 of the time spent linting TypeScript/JavaScript in the @getsentry repo - about 70 seconds!
github.com
A few weeks ago (for reasons), I ended up profiling the time spent linting on the Sentry repository. One of the things I noticed was that a significant amount of time was being spent on variablesIn...
5
11
87
instead of leetcode we need 5 rounds of interviews to see if you can understand the legacy service that's failing on a decomisioned cloud api with no documentation and you have to find the engineer who first wrote part of the code so he can point you to a 5 years old jira ticket
33
93
2K
I'm giving a lightning talk at this event on this Wednesday ! <Writing Your First Vite Plugin>
๐ซ๐ทAre you in Paris on June 5? โจJoin our free #dotJS pre-event in partnership with @parisjs and @getqonto! We will have exclusive talks, community gathering and surprises for the #JavaScript community! ๐ โก๏ธRegister now (seats are limited): https://t.co/YolPNKTcPQ
1
3
12
React Conf 2024 recap! https://t.co/7LE0bXzLDX
react.dev
The library for web and native user interfaces
16
147
694
๐ก TIL about Compute Pressure API This permits observing compute pressure on things such as: - CPU - GPU - thermals Pressure levels: critical > serious > fair > nominal This just landed in Chrome 125 This could be useful under the hood for Concurrent React? ๐ค
8
38
256
New post on my blog: Modern React testing, part 5: Playwright https://t.co/nEGsoumo1h
@playwrightweb
sapegin.me
Learn how to test React apps end-to-end with Playwright, how to mock network requests with Mock Service Worker, and how to apply testing best practices to write integration tests.
0
2
15
Node.js 22 is here ๐ Featuring: require()ing ESM graphs, WebSocket client, updates of the V8 JavaScript engine, and more. Big thank you to @_rafaelgss and @satanacchio for their work on this ๐
29
527
2K
Say hello to the new React Paris meetup ! https://t.co/q8grAXSqhz Gabriel and I are looking for a host and speakers for the first one ! Feel free to reach me if you are interested ๐
meetup.com
๐บ๐ธ This group is aimed at all enthusiasts of React and its ecosystem, whether they are beginners or experts in web development.All information related to the group (code of conduct, proposing a...
4
12
24
React 19 will improve DX! Notably hydration errors + reporting ๐ Error handling was refactored + 2 new React APIs ๐งช๏ธ ๐ก onRecoverableError: now includes Error.cause with a helpful message ๐ onCaughtError: catch boundary errors ๐ onUncaughtError: catch other errors
5
14
124
This release also includes the new config inspector written by the prolific @antfu7: https://t.co/AFfyebYl6X
eslint.org
A pluggable and configurable linter tool for identifying and reporting on patterns in JavaScript. Maintain your code quality with ease.
0
10
104
ESLint v9.0.0 has been released! ๐ https://t.co/DHolK9xqyn
eslint.org
A pluggable and configurable linter tool for identifying and reporting on patterns in JavaScript. Maintain your code quality with ease.
4
129
472
OH MY GOD IT'S HAPPENING In TS 5.5, type predicates will be inferred automatically from functions that return a narrowing statement. No more 'val is string' to force TypeScript's hand. @danvdk, I can't believe you got it merged. Incredible work.
55
225
2K
Oh, yeeeeah, this has been merged ๐๐๐๐๐๐๐๐๐ TS 5.5 is gonna be one of the most epic releases in a while, once again - huge props to @danvdk
https://t.co/GyiyTAWSM7
github.com
Fixes #16069 Fixes #38390 Fixes #10734 Fixes #50734 Fixes #12798 This PR uses the TypeScript's existing control flow analysis to infer type predicates for boolean-returning functions where ...
22
84
695
Announcing TypeScript 5.4! ๐ข Now with: โ
Smarter control-flow analysis in closures โ
The `NoInfer` utility type โ
Broader support for bundlers and runtimes โ
Quick fixes for missing parameters โ
Improved auto-imports and more! Try it today! https://t.co/qqSG1bCGGL
devblogs.microsoft.com
Today weโre excited to announce the release of TypeScript 5.4! If youโre not familiar with TypeScript, itโs a language that builds on top of JavaScript by making it possible to declare and describe...
18
271
1K
JSR - the JavaScript Registry - is now available in public beta. ๐ ๏ธ TypeScript first, ESM only ๐ Works across runtimes (Node, Deno, Bun, workerd and more) and alongside npm/yarn/pnpm ๐ค Free and open source Read about it on the Deno blog:
deno.com
The JavaScript Registry (JSR) is a TypeScript-first, ESM-only module registry designed for the entire JavaScript ecosystem. Use JSR modules from Deno and npm-based projects. JSR is free and open...
84
252
1K
Put up my second #TypeScript PR! It allows the type checker to infer "type predicates" when a function returns a boolean that's tied to a refinement on one of its parameters. I have no idea if it'll be accepted, but I sure learned a lot implementing it! https://t.co/AX5Y9nH1aw
8
20
233
By the end of 2024, youโll likely never need these APIs again: โข useMemo, useCallback, memo โ React Compiler โข forwardRef โ ref is a prop โข React.lazy โ RSC, promise-as-child โข useContext โ use(Context) โข throw promise โ use(promise) โข <Context.Provider> โ <Context>
132
837
5K