Jesse Slomowitz

Results 4 comments of Jesse Slomowitz

@9Morello I've ran into this issue too but I was thinking that was the norm if the computed values weren't wrapped in a useComputed hook. If I use a useSignal,...

I'm happy to see someone else posted about this. I'm using signals within React Router and either the HMR will crash my page or within a sandbox demo I did,...

I actually solved this issue but raised another issue. Apparently the signals don't update if a component was lazy loaded (React.lazy). My components were hence why the the problem happened...

I wasn't proud of this workaround and may not be helpful with code-splitting or bundle size, but I created a wrapper component. The wrapper (or parent) component would use the...