It's been over a year since ESLint v9.0.0 was released. In this post, we look back at what went right, what went wrong, and what we learned.https://t.co/Eyg48XSTvl
Join me at the next @dotJS 💛!
💜 With the support of Scaleway , I'm delighted to announce that I'll be speaking at the event✨
There's still time to take your ticket 🎟️
Announcing Nuxt SEO v2: The all-in-one technical SEO solution for Nuxt.
✨ 6 modules: Robots, Sitemap, OG image, Schema․org, Link checker, plus SEO Utils.
🔨 2 years of improvements: 884 issues closed & 4.8K commits.
🧑🎨 Brand new docs.
https://t.co/o8eWfenpfi
The most recent update of VSCode now includes support for custom editor labels. This feature is especially useful for Next.js projects! I shared the configuration to improve pages display.
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>
Node.js 21 is now available! Node.js 20 is being promoted to long-term support (LTS).
Main updates:
⚡ V8 JavaScript engine updated to 11.8
🤝 Stable WebStreams
🧪 A new experimental flag to flip module defaults
🏃 Updates to test runner
https://t.co/FbcGGqlc1H
TC39 has formed a new Task Group to standardize Source Maps.
Source Maps are a file format used for debugging and post-hoc analysis of JavaScript and other languages.
The convenors of TC39-TG4 are @jkup and @littledan.
@mfrachet J'ai une formation sur le sujet parceque, en effet, rare sont les cas d'usage de ce flow.
Ça fait longtemps que d'autres flows ont émergé (GitHub flow, GitLab flow, Trunk base, ...)
Je te conseil de bien lire la doc sur Trunk Base car il est souvent mal compris.