Profile avatar
moox.io
🧑‍💻 Freelance Front-End Developer. 📱 Websites and Mobile / Web apps. 🛠 #UI #UX ⚛️ #React #ReactNative 👷 #JavaScript #TypeScript #OpenSource
20 posts 46 followers 51 following
Regular Contributor
Conversation Starter

TIL: flexWrap: "wrap-reverse"

Worst idea ever. Link are not accessible with keyboard when using display: contents;

I think I found a tip to replace next/link legacyBehavior without touching too much your tree (especially interesting if you use your own text component) <Link href="/" style={{display: "contents"}}><Text ... />... Seems to work well.

It all started by working on chatbot for my personal website... I was like "ok I need a name & an avatar for this bot". Let's go with "botmax". Which gave me an obvious "Baymax" idea. Then it escalated quickly.

Super cool video about #React performance and React Compiler www.youtube.com/watch?v=INLq...

React Native is better at CSS than CSS

I am working on a theme concept that need to work on #React Native and the web via Next.js. Main API is a "useTheme" hook. I don't like the idea of this hook because currently it requires "use client" on all components that use it. Am I incorrectly thinking that's a bad requirement ?

we now have a 😎 cool 😎 domain boxed.cool

State of Opinions of People Who Took This Survey This Time

premature o̵p̵t̵i̵m̵i̵z̵a̵t̵i̵o̵n̵ abstraction is the root of all evil

Not sure what combo I should use for a dark mode toggle... (note: light toggle can be on a dark background, but doesn't make sense for dark toggle)

It’s never too late to start.

@tanstack.com I found the new background of the doc very cool ! But I would add a backdrop-filter: blur(40px) to make it more readable, especially in dark mode.

This has not aged a bit

Hello there !