S
SolidJS4mo ago
sh1man

api-routes

I want to use solidstart. But my backend API is in a different programming language. I need to communicate with it via the API and receive json. Also auth to it api. What do I need to use as an http client? Axios?
3 Replies
Birk Skyum
Birk Skyum4mo ago
either that or simply fetch or undici
sh1man
sh1man4mo ago
who is best
nksaraf
nksaraf4mo ago
Use fetch It’s universal
Want results from more Discord servers?
Add your server
More Posts
[h3] [unhandled] H3Error: Missing "./runtime/http-types" specifier in "vinxi" package``` import type {FetchEvent} from "@solidjs/start/server/types"; import {getHeader, setResponseStatusolid tagged template literalaI want to use solid with tagged template literals, now I want to have proper syntax highlighting andLazy Loading make a blank page when component changeHi, I have an issue with Lazy Loading for solid-start. Actually, I have implement a switch componeError "RequestEvent is missing." for cloudflare buildHi, I have updated to the latest 0.5.4 solid-start beta and started to see this error when building Blank array of documents from Firestore - createEffect(), createSignal()Hi all, I'm starting with web frameworks for the first time and chose SolidJS. I'm stuck... retrieviCustom auth solidstart by prismaCan anyone help me make my authorization on solidstart? I have orm prisma. I created a user table,Derived data in a store vs reconcileHey there, I'm trying to somehow have derived/computed data sit in a rather deeply nested store, ie Best practices for reactively updating a storeI know you can use derived signals in SolidJS, but, is there a way to somehow make a store "derive" Suggestions for refactoring an async image component?Hi, I've written a small async image wrapper for a project I'm working on, and I'm wondering if anyweird behavior: a button declared in TSX with onClick does not have onClick in the final html?o/ i have this ```tsx export const FORM_URL = "https://forms.gle/..." export default function App()