Mutate createServerData$ resource
I have a route component that renders countries:
I want to update countries() locally when pressing a button (and also on the db but I think I know how) and re-render the component. How would I go about doing this?
Something like this, but getting and setting the resource on the server as well
https://playground.solidjs.com/anonymous/fa0e93a0-5c83-44cc-913b-2801d96e1363
Solid Playground
Quickly discover what the solid compiler will generate from your JSX template
1 Reply
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View