Web Developer at Daffy.org
Blogger at sergiodxa.com
Open Source Author at GitHub.com/sergiodxa
Sponsor me at https://github.com/sponsors/sergiodxa
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...
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...
Full code: github.com/sergiodxa/re...
Full code: github.com/sergiodxa/re...
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...
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...
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...
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...
I started with Redux Toolkit. Super simple and straightforward to setup and use.
Code here: github.com/sergiodxa/re...
I started with Redux Toolkit. Super simple and straightforward to setup and use.
Code here: github.com/sergiodxa/re...
Today, we are excited to welcome Sergio Xalambrí and @rossipedia.com to the React Router Steering Committee!
Both have made valuable contributions to Remix and React Router over the years, and we appreciate their feedback.
Today, we are excited to welcome Sergio Xalambrí and @rossipedia.com to the React Router Steering Committee!
Both have made valuable contributions to Remix and React Router over the years, and we appreciate their feedback.
🎁 The Complete Package has $50 off for the first 100 buyers.
🌍 PPP pricing is now active — for the book only.
go.sergiodxa.com/S4qaycD
🎁 The Complete Package has $50 off for the first 100 buyers.
🌍 PPP pricing is now active — for the book only.
go.sergiodxa.com/S4qaycD
🔑 Access Token → Resource Server
🔄 Refresh Token → Authorization Server
🪪 ID Token → Client App
Each audience ensures the token is used by the right party and for the right purpose.
🔑 Access Token → Resource Server
🔄 Refresh Token → Authorization Server
🪪 ID Token → Client App
Each audience ensures the token is used by the right party and for the right purpose.
github.com/sergiodxa/re...
github.com/sergiodxa/re...
They could have been way better if we started with a simple partial defined using the <template> tag and a name attribute
<template name="user-item">
some html here
</template>
Then you do `<user-item>` and the browser inline the partial
They could have been way better if we started with a simple partial defined using the <template> tag and a name attribute
<template name="user-item">
some html here
</template>
Then you do `<user-item>` and the browser inline the partial
I spent 0 seconds on auth as that comes built-in
github.com/edgefirst-de...
I spent 0 seconds on auth as that comes built-in
github.com/edgefirst-de...