Thomas Ledoux
thomasledoux.be
Thomas Ledoux
@thomasledoux.be
Belgian Frontend Developer. Interested in everything web. Current focus: Next.js, Astro. Father of two 👶👶
Quite happy to see the @github.com repo for my website got 50+ stars now 🥳 I guess using it as a playground for my blog and to test out new @astro.build features pays off 😊 Extra stars are always welcome! github.com/thomasledoux...
GitHub - thomasledoux1/website-thomas-astro
Contribute to thomasledoux1/website-thomas-astro development by creating an account on GitHub.
github.com
April 7, 2025 at 4:50 PM
I wrote an @astro.build integration to automatically index my site's content to @algolia.bsky.social. On the frontend I was then able to use the prebuilt search components from Algolia to visualize the search results. Loved this workflow! www.thomasledoux.be/blog/first-a...
Writing my first Astro Integration for Algolia indexing
Blog by Thomas Ledoux. Writes about Javascript/React/Next.js/Remix/Astro. Always looking to learn about the newest frameworks and features.
www.thomasledoux.be
April 1, 2025 at 6:25 PM
@tkdodo.eu I’m trying to figure out how to pass initial data to useQuery and then on subsequent fetches (when query key changes) not having the UI fall back to the initial data during the fetch. Is this possible? Tried a lot of combos already..
March 25, 2025 at 6:19 PM
Before and after of my blog overview page. I felt the images didn’t provide any real value and were a hassle to search for each time I wrote a blog post. WDYT?
March 2, 2025 at 2:08 AM
@leerob.com do you think PPR will be stable soon? I’ve got some use cases for it at work and would be lovely to be able to use it in a production environment!
February 12, 2025 at 11:05 AM
TIL about the :scope. Can be used inside of a querySelectorAll, say you want to select all direct children which are li elements. You can’t do querySelectorAll(‘>li’), but you can do querySelectorAll(‘:scope > li’) 🤯 developer.mozilla.org/en-US/docs/W...
Element: querySelectorAll() method - Web APIs | MDN
The Element method querySelectorAll() returns a static (not live) NodeList representing a list of elements matching the specified group of selectors which are descendants of the element on which the m...
developer.mozilla.org
February 5, 2025 at 9:54 AM
Really happy with how easy it was to start using my own domain name as a handle on Bluesky! Only took a few minutes 👌. I thought I’d have to set up a new account and find all accounts to follow again, guess not 😊
December 21, 2024 at 6:21 PM