Rodrigo
Rodrigo
SSolidJS
Created by feras6169 on 9/5/2024 in #support
How do you recommend using SolidStart to access data for native mobile apps?
I think I was too into "how to make life better and easier", vs the learn mindset
10 replies
SSolidJS
Created by feras6169 on 9/5/2024 in #support
How do you recommend using SolidStart to access data for native mobile apps?
Got you. It's cool to go the SSR route to practice, and also cool to define api routes through SolidStart because, again, practice.
10 replies
SSolidJS
Created by feras6169 on 9/5/2024 in #support
How do you recommend using SolidStart to access data for native mobile apps?
Well, you can have SSR and use an API from that code. The difference is when you SSR your "server" does the API call, and while on the client, the client does. IMO, if we're talking about a web application (not a public website), SSR is not only unnecessary but it also overcomplicates things that would normally work.
10 replies
SSolidJS
Created by feras6169 on 9/5/2024 in #support
How do you recommend using SolidStart to access data for native mobile apps?
You're going to love the developer experience way more
10 replies
SSolidJS
Created by feras6169 on 9/5/2024 in #support
How do you recommend using SolidStart to access data for native mobile apps?
Given you are doing a mobile app, I'd recommend you create a web app with solid (not solid start) and a separate API that can be reused both by the web app and the mobile app
10 replies
SSolidJS
Created by kissa on 9/5/2024 in #support
Best way to get search params in an API route?
I'm afraid this is the way, at least right now. The API routes engine is not yet wrapped with deeper and more thoughtful helpers as you'd expect in api- specific tools like Hono
2 replies
SSolidJS
Created by russellchoudhury on 8/26/2024 in #support
"use server" working locally but not when deployed
also, please notice tanstack-forms is super new, they ought to have some issues of their own
16 replies
SSolidJS
Created by russellchoudhury on 8/26/2024 in #support
"use server" working locally but not when deployed
not sure, but I've noticed more than the average random issues while dealing with solid-start
16 replies
SSolidJS
Created by russellchoudhury on 8/26/2024 in #support
"use server" working locally but not when deployed
caching? refreshing? the time of the day? Maybe it's already August 27th where you are?
16 replies
SSolidJS
Created by russellchoudhury on 8/26/2024 in #support
"use server" working locally but not when deployed
16 replies
SSolidJS
Created by Daniel Sousa @TutoDS on 8/15/2024 in #support
Deploy
I may be wrong but I've experienced that A LOT with Icon Libraries. The problem is they are not ready for SSR so when Solid tries to do that... boom. And the error is very random. I use tabler icons for solidjs and it's laughable. In my case, since I was using plenty of icons and my site is an app, I just went ahead and disabled SSR. If you are using just 1 or 2, and absolutely need SSR: 1. try to wrap the components representing the icons with the client_only directive from solidjs 2. try to use the icon sources
145 replies
SSolidJS
Created by Rodrigo on 7/9/2024 in #support
Is createAsync supposed to work with Suspense?
Thank you so much @peerreynders @TaQuanMinhLong and @TaQuanMinhLong ! This has been enlightening!
7 replies