Samuel Gomez (@gamuez) 's Twitter Profile
Samuel Gomez

@gamuez

Lead Front-End Developer, ReactJS, NodeJS
instagram.com/gamuez_art

ID: 3171571733

linkhttps://www.samuelgomez.fr calendar_today15-04-2015 23:30:02

305 Tweet

87 Takipçi

315 Takip Edilen

Chervet Guillaume (@guichervet) 's Twitter Profile Photo

Il existe une version pure javascript de react-oidc avec une petite démo à améliorer mais c'est déjà ça 😃 npmjs.com/package/@axa-f…

Charlotte Isambert (@c_isambert) 's Twitter Profile Photo

#VSCode tip ✨ If you want to commit only some of the modifications you made within a file, you can stage these changes with ‘Stage selected ranges’

Descamps François (@descampsf) 's Twitter Profile Photo

Chez AXA Jobs France, on se lance dans les #bbl #meta #hybride : en salle, sur teams et dans le #metaverse #spatial en temps réel ! C’était top de parler #metaverse dans le #metaverse! Merci Cyrille Magnetto @johankroger et toute la team 🚀

Chez <a href="/AXAJobs_fr/">AXA Jobs France</a>, on se lance dans les #bbl #meta #hybride : en salle, sur teams et dans le #metaverse #spatial en temps réel ! C’était top de parler #metaverse dans le #metaverse! Merci <a href="/cyrillemagnetto/">Cyrille Magnetto</a> @johankroger et toute la team 🚀
Chervet Guillaume (@guichervet) 's Twitter Profile Photo

Dupliquer le code d’un projet sur deuxième git ne fait que doubler le coût de développement et de maintenance du projet. A l’inverse, travailler ensemble sur la même base de code tire le code, la qualité vers le haut et diminue le coût de développement du projet. 😘

Samuel Gomez (@gamuez) 's Twitter Profile Photo

5 ceo nous donnent leur vision du #metaverse et du #web avec des cas d'usage très intéressants #metagellan #blockchainez #aztek #eniblock #lamine #web3lille

5 ceo nous donnent leur vision du #metaverse et du #web avec des cas d'usage très intéressants 
#metagellan #blockchainez #aztek #eniblock #lamine #web3lille
Artem Zakharchenko (@kettanaito) 's Twitter Profile Photo

🎉 Announcing MSW 2.0! 🎉 🌎 Migration guidelines: mswjs.io/docs/migration… 📰 Release notes: github.com/mswjs/msw/rele… 365+ days in development, 200+ commits, 40+ contributors involved. The future of API mocking is here, and it has never been brighter.

🎉 Announcing MSW 2.0! 🎉

🌎 Migration guidelines: mswjs.io/docs/migration…
📰 Release notes: github.com/mswjs/msw/rele…

365+ days in development, 200+ commits, 40+ contributors involved. The future of API mocking is here, and it has never been brighter.
Ahmad Shadeed (@shadeed9) 's Twitter Profile Photo

🤯 Today I learned about the media scripting feature. It's about detecting JS support via a CSS media query. Soon, we won't need the `.no-js` or `.js` classes once this is widely available. Currently supported in Chrome 120, Firefox 119, Safari 17.

🤯 Today I learned about the media scripting feature. It's about detecting JS support via a CSS media query.

Soon, we won't need the `.no-js` or `.js` classes once this is widely available. Currently supported in Chrome 120, Firefox 119, Safari 17.
Ana Tudor 🐯🖤🌻 (@anatudor) 's Twitter Profile Photo

Meritt Thomas 🌈✨ Hi, I came across Epic Easing epiceasing.com and noticed it's adding needless prefixes. Opera & Firefox unprefixed transitions back in 2012, over a decade ago. Global usage for pre-Chromium Opera that needed the -o- prefix is now 0%.

Andrew Clark (@acdlite) 's Twitter Profile Photo

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>

Maximiliano Firtman (@firt) 's Twitter Profile Photo

🚨🚨🚨🚨 Apple will NOT remove PWA support on iOS 🥳🥳🥳🥳 👉This is an official statement form Apple that replaced today the previous excuses published around the removal. We did it, folks!

🚨🚨🚨🚨
Apple will NOT remove PWA support on iOS
 🥳🥳🥳🥳

👉This is an official statement form Apple that replaced today the previous excuses published around the removal.

We did it, folks!
Adam Argyle (@argyleink) 's Twitter Profile Photo

Firefox 126.0a1 does indeed support transitioning `property` variables 🎉 funny, cuz just today I made an progressively enhancing property example, and yep, works great in Firefox Nightly! codepen.io/argyleink/pen/…

TheCodebro ∞! (@aspiringcodebro) 's Twitter Profile Photo

CSS now has it's own native if() function. No .class toggling, no JS, no stress, just pure logic! That's right. Details in the comments ⬇️

CSS now has it's own native if() function. No .class toggling, no JS, no stress, just pure logic!

That's right. Details in the comments 
⬇️
Ryan Carniato (@ryancarniato) 's Twitter Profile Photo

It was always more than about performance. I started Solid because I liked the mental model of Knockout more than React. Retained mode fit with the DOM better than this immediate mode abstration that React put out there. I needed to focus on performance initially to undo the

Una 🇺🇦 (@una) 's Twitter Profile Photo

🥳 CSS functions have arrived!!! 🥳 And they are *AWESOME* Now, you can do things like this: @​function --alpha(--color, --opacity) { result: rgb(from var(--color) r g b / var(--opacity)); } div { background: --alpha(red, 80%); } (*arrived = in the latest stable Chrome)