Keuller Magalhães

Results 7 comments of Keuller Magalhães

I'm available to help to translate to Portuguese as well.

@vietj Thanks.

Hey guys, awesome proposal. BTW, this week I took some time to implement a simple and naive integration between Qwik and xstate for a project that I'm working on. Here...

As far as I understand, `routerLoader$` by design does not returns a `Promise` but it returns a `Signal`. If you want to use `` to load data my suggestion it...

Actually its doesn't work even in versions 1.0, 1.1 and 1.1.1. I'm copying the exact code I'm testing: ```ts export const useAddLead = routeAction$(async (data, event) => { console.log('data:', {...data},...

Hi All, I figured out my issue. The `routeAction$` only works if it is inside the `layout.tsx` or direct into route file. In my case, I was creating it inside...

@especdevelopment If you use Vite to bundle your application does not forget to add its configuration on your `vite.config.js` file: ``` optimizeDeps: { exclude: ['tinro'] } ``` When I've put...