Kova
Kova
Explore posts from servers
TtRPC
Created by shikishikichangchang on 3/29/2024 in #❓-help
keep previous data
Any update on what the solution was to this? I have a search string that I'm passing into it but get a loading state on search.
4 replies
SSolidJS
Created by Kova on 3/12/2024 in #support
SolidStart - Create T3 Equivalent
Pigment sounds interesting!
9 replies
TTCTheo's Typesafe Cult
Created by Kova on 6/8/2023 in #questions
VSCode Debugging - Does Client Side debugger break points work?
Yeah I just wanted to use vscode to avoid having to write debugger in my code 😂 small quality of life things I guess
6 replies
TTCTheo's Typesafe Cult
Created by Kova on 5/26/2023 in #questions
How can I do TRPC with next multiple zones
I wonder could I have two seperate tRPC implementations with routers and just move the logic into a shared folder for them both to reference 🤔
8 replies
SSolidJS
Created by Kova on 4/27/2023 in #support
Importing use:form declaration for Felte
That's what I was doing wrong!
3 replies
SSolidJS
Created by Kova on 4/27/2023 in #support
Importing use:form declaration for Felte
import "solid-js";
declare module "solid-js" {
namespace JSX {
interface Directives {
form: true;
}
}
}
import "solid-js";
declare module "solid-js" {
namespace JSX {
interface Directives {
form: true;
}
}
}
3 replies
TTCTheo's Typesafe Cult
Created by Kova on 2/26/2023 in #questions
Deploy Strategy
Yeah maybe that's the most sensible option.. I was leaning towards having it on the VPS to keep it close to the database
5 replies