Ayc0
ayc0.github.io
Ayc0
@ayc0.github.io
Frontend engineer at @datadoghq: https://druids.datadoghq.com
Personal website: https://ayc0.github.io/

I try to build good tools for #javascript and #reactjs 😅
Does anyone know why in @nodejs.org you can have an array of strings in "exports"?

nodejs.org/api/packages...
July 17, 2025 at 9:55 AM
Something I find strange with React Compiler (and also the docs here) is how React.memo is compiled:

In the 1st image, we can see that using or not `React.useMemo` results in the same output (which is 100% expected).

But in the 2nd image, `React.memo` has a different output
July 17, 2025 at 6:55 AM
@react.dev I noticed this error in react.dev/learn/separa...:
May 12, 2025 at 11:58 AM
My GitHub wrapped from 2024!
git-wrapped.com/profiles/ayc0

I have no idea where those stars are as I don't really have any famous public repositories 😅
December 30, 2024 at 6:57 PM
It took some time, but I finally added a RSS flux to my website!

ayc0.github.io
December 23, 2024 at 6:37 PM
One of the last goodies: if you copy rich content (like HTML), it'll do its best to convert it to markdown on paste
November 19, 2024 at 9:09 PM
You can also check tasks lists in the preview and it'll update the base markdown
November 19, 2024 at 9:06 PM
Pasting links will automatically use the link syntax `[]()`
And clicking on the shortcuts will automatically add the syntax with the text selection prefilled where you would want it
November 19, 2024 at 9:05 PM
There is also smart editing of lists (bulleted, numbered, tasks)
November 19, 2024 at 9:02 PM
There is automatic word break detection + shortcuts for things like italic / bold etc.
druids.datadoghq.com/components/a...
November 19, 2024 at 8:57 PM