caseybaggz
submit form without reloading
Hello! I have come across a few situations where I want to use the
actions
but don't want it to trigger a reload of the route for client side purposes - but I can't seem to figure it out now that Solid Router overwrites the native form
element.
I'm not using SolidStart - just vanila Solid/Router with Tauri. In alpha SS it was pretty easy due to the invalidate
helper but I'm finding it pretty hard in the README to figure out a similar functionality?
Is this to be expected and now if you want to use native forms - you are forced into the server-like route reload with using actions
? Just trying to understand the new flow of things?
Thanks!15 replies
Does streaming work in SolidJS with signals?
Hello! I was trying to update my OpenAI Assistant to use the new streaming API and I can successfully get it to work and log to the console, but when I update a signal instead of console.loging...the UI never updates after the first item?
I'm guessing there is something on the "fine-grain" reactivity playing a part of this? I'm new to API streaming but would love to add this feature to my app and be more performant (also have a cleaner codebase)?
Anything I'm missing?
Context:
https://platform.openai.com/docs/assistants/overview?lang=node.js&context=with-streaming
26 replies
Panda CSS and Solid-Start = FOUC
When using Panda CSS with Solid-Start, I notice there is some major FOUC happening regardless of how I bootstrap up the project.
Check out this message in #styling for more context:
https://discord.com/channels/722131463138705510/932856348855660544/1143549210290049175
2 replies