Sergio Xalambri
banner
sergiodxa.com
Sergio Xalambri
@sergiodxa.com
Writing "React Router OAuth2 Handbook"

Web Developer at Daffy.org
Blogger at sergiodxa.com
Open Source Author at GitHub.com/sergiodxa
Sponsor me at https://github.com/sponsors/sergiodxa
I was able to build a @remix.run v3 `lazy` function to lazy load components

The lazy loaded component retains the type of the props with an additional `fallback` prop to pass the JSX to render until it's loaded

Code: github.com/sergiodxa/re...
October 25, 2025 at 6:12 AM
Another @remix.run v3 example. This is how you can create custom components that allow the parent to listen to custom events.

Full code: github.com/sergiodxa/re...
October 22, 2025 at 6:29 PM
Here you have, I tried to use the `observe` function but I was not sure how to stop observing the observable once the component is unmounted (the signal does that), the observable onChange works perfectly for this
October 17, 2025 at 5:48 AM
Another @remix.run v3 + state management library example, now Stately.ai's xstate.

Define the machine once, create the actor and subscribe to updates in the setup scope, and get a snapshot or send events on the render scope.

Full code: github.com/sergiodxa/re...
October 16, 2025 at 11:12 PM
Next on @remix.run v3 + state management libraries, I tried @preactjs.com Signals core package.

This requires to run the effect to subscribe to the signal inside this.queueTask, otherwise it tries to re-render before Remix did the first render.

Full code: github.com/sergiodxa/re...
October 16, 2025 at 11:11 PM
I'm trying different state management libraries, common in React, that have a JS only core and see how they integrate with @remix.run v3.

I started with Redux Toolkit. Super simple and straightforward to setup and use.

Code here: github.com/sergiodxa/re...
October 16, 2025 at 11:10 PM
Of all of that food, only empanadas are typical in Argentina, and the empanadas we eat in Argentina are prepared in a different way than in other places from latam

Did you got images of an asad? pizza? pasta? milanesas? This is what I get from Google, and compare with searching for "Argentina food"
November 8, 2024 at 12:12 AM