nerotide
Redirect does not happen during load if there is an awaited call before it.
Umm I tried it like this but it seems like it is not working. It just logs the error into the console and the error boundary does not even get hit. I tried to wrap the entire app into an error boundary (in app.tsx) and it still had no effect.
5 replies
Dragging rectangles impossible? (tried to build a timeline component)
Wow thank you, that was simpler than I thought. I am now a little confused about when should I use signals. Are signals supposed to be used for primitive values like numbers, strings, and booleans and not things like arrays or objects? I mean like you always want your UI to react to any state changes and if signals can't do that, why should I use them?
7 replies