Henrique Limas
hlimas.com
Henrique Limas
@hlimas.com
Software Engineer @ebay!
🇧🇷🇮🇹🇩🇪🇺🇸
Does this replace the use client/server directives in RSC world?
February 23, 2025 at 5:46 AM
With PSC support 🤯
February 8, 2025 at 7:19 PM
Yes! And it can also be fixed automatically with the eslint-plugin-simple-import-sort
January 15, 2025 at 1:02 AM
Or
a soccer player wearing a jersey that says bwin
ALT: a soccer player wearing a jersey that says bwin
media.tenor.com
January 12, 2025 at 11:49 PM
I know the basics that helped me navigate and write software relative fast and with tmux it is great. CoC made it really great to work with TS projects, copilot plugins is also great. Might be skill issue but for now I am Trying @vscode.dev again, let’s see, might come back.
December 18, 2024 at 2:05 AM
@csswizardry.com shows an interesting behavior of web.dev in this post. TLDR an
element was being considered as the LCP and a JS was changing the size of it making the difference btw the two. Not sure it is the same problem but might be worth checking for insights
December 14, 2024 at 10:24 PM
I thought this rendering the shell was the behavior of prerender. Will this be an option to pass to not wait for suspense boundaries?
December 13, 2024 at 12:00 PM
I see, that is great didn’t know it was possible to add those timelines in the dev tools. I will check it out how.
December 12, 2024 at 2:44 PM
This one is simply amazing! How much you can do with Remix it’s 🤯. Two questions:
1- HOW DID YOU GET THE LOADER TIMELINE?
2- How much hydrogen helps with those concerns? Or those are handled by remix and hydrogen make it work with Shopify needs?

Thanks! It was really a mind blowing talk!
December 12, 2024 at 1:22 PM
As far as my understanding, stub uses the memory router. So I was thinking that this could also be part of the router itself and not the vite plugin
December 10, 2024 at 7:29 PM
Wondering if the createRoutesStub function should have it or should this be moved to react-router Route logic instead
December 10, 2024 at 6:49 PM
Nice one! Are you able to use the new loaderData as params from the stub? I needed to manually call useLoaderData and pass it to the component being rendered

Component: () => <Page loaderData={useLoaderData()} />

Since that is added by the vite plugin as of now and not react router.
December 10, 2024 at 6:49 PM
I think the same could be said for Astro 5, but you nailed it in the last newsletter with a summary of all the new features
December 6, 2024 at 12:04 AM
I vote for the react team to align next release with the newsletter next time. 😂 or an urgent newsletter needs to be sent.
December 5, 2024 at 9:06 PM
Interesting, I think BFF as my server (ex nodejs) that does SSR and service requests. But it seems that here the BFF is an API that returns data to frontend. So graphql is one that can be considered as BFF here in this definition
December 1, 2024 at 9:09 PM
Mostly SSR
1 project is CSR but preload the initial state on the server
December 1, 2024 at 6:08 PM
It seems StrictMode is enabled
November 24, 2024 at 11:41 PM
This is nice! It has the same vibes of Perigeo. I can’t find their album in the US on Apple Music but here is the YT video youtu.be/nWHvrXjXDbc?...
Perigeo - Non c'è tempo da perdere (1973)
YouTube video by Ethereal Dreams - ITALIAN PROG Archive
youtu.be
November 23, 2024 at 6:56 PM
In 19 you would be able to import from server.edge, but yeah it should be allowed to import also from node now
November 20, 2024 at 4:16 PM
The e-mail protocol example just blew my mind! 🤯
November 20, 2024 at 5:25 AM