pilcrow
pilcrow
SSolidJS
Created by pilcrow on 8/7/2023 in #support
How to throw errors in `createRouteAction()` and `createServerAction$()`?
Not sure why that didn't work before
5 replies
SSolidJS
Created by pilcrow on 8/7/2023 in #support
How to throw errors in `createRouteAction()` and `createServerAction$()`?
Ah, looks like I'm supposed to throw ServerError
5 replies
SSolidJS
Created by twisteddisco on 1/4/2023 in #support
Best way to Read JSON files (Locally Stored)
For #2, if you’re using typescript or Vite, you can import the JSON file directly with import someName from “somePath/someFile.json”
12 replies
SSolidJS
Created by pilcrow on 11/30/2022 in #support
Is there a way to set cookies on page load?
Yes, just waiting for this PR to get merged https://github.com/solidjs/solid-start/pull/485
4 replies