Answer Overflow Logo
Change Theme
Search Answer Overflow
GitHub
Add Your Server
Login
Home
Popular
Topics
Gaming
Programming
exercise
Explore posts from servers
CD
Cloudflare Developers
S
SolidJS
DT
Drizzle Team
Posts
Comments
S
SolidJS
•
Created by Garrett Floyd on 5/8/2025 in
#support
How do you trigger population of db on startup of app in SolidStart?
yeah that's how i'd do it
10 replies
S
SolidJS
•
Created by FatFreeButter on 4/29/2025 in
#support
Compile specific routes into static html
it doesn't make sense to prerender a page that you'll have logic like this on
12 replies
S
SolidJS
•
Created by fengzi91 on 5/1/2025 in
#support
How to invalidate cached data or show loading state during data filtering in SolidStart?
if you have an action in your page
9 replies
S
SolidJS
•
Created by fengzi91 on 5/1/2025 in
#support
How to invalidate cached data or show loading state during data filtering in SolidStart?
but this transition can be triggered by other things, like
action
s 🤔
9 replies
S
SolidJS
•
Created by FatFreeButter on 4/29/2025 in
#support
Compile specific routes into static html
add this to your app.config
12 replies
S
SolidJS
•
Created by FatFreeButter on 4/29/2025 in
#support
Compile specific routes into static html
export default
defineConfig
({
server: { prerender: { routes: [
"/about"
,
"/login"
] } }
})
export default
defineConfig
({
server: { prerender: { routes: [
"/about"
,
"/login"
] } }
})
12 replies
S
SolidJS
•
Created by ⱼ ₒ ₑ on 4/13/2025 in
#support
How to prevent page reload on action / query
yes
6 replies
S
SolidJS
•
Created by ⱼ ₒ ₑ on 4/13/2025 in
#support
How to prevent page reload on action / query
like you might be importing a server module and its not being tree-shaken well
6 replies
S
SolidJS
•
Created by ⱼ ₒ ₑ on 4/13/2025 in
#support
How to prevent page reload on action / query
you most likely have a hydration issue in your app
6 replies
S
SolidJS
•
Created by exercise on 3/31/2025 in
#support
preload fonts in start
i will take care of that, just wanted to make sure it works at all, thanks!
40 replies
S
SolidJS
•
Created by exercise on 3/31/2025 in
#support
preload fonts in start
good
40 replies
S
SolidJS
•
Created by exercise on 3/31/2025 in
#support
preload fonts in start
i'm not seeing any flash, with "cache" disabled in network tab
40 replies
S
SolidJS
•
Created by exercise on 3/31/2025 in
#support
preload fonts in start
i think it works
40 replies
S
SolidJS
•
Created by exercise on 3/31/2025 in
#support
preload fonts in start
ok
40 replies
S
SolidJS
•
Created by exercise on 3/31/2025 in
#support
preload fonts in start
is it ok i have chrome devtools cache disabled to test?
40 replies
S
SolidJS
•
Created by exercise on 3/31/2025 in
#support
preload fonts in start
dev
40 replies
S
SolidJS
•
Created by exercise on 3/31/2025 in
#support
preload fonts in start
should i not include .woff, only include .woff2?
40 replies
S
SolidJS
•
Created by exercise on 3/31/2025 in
#support
preload fonts in start
and it still flashes
40 replies
S
SolidJS
•
Created by exercise on 3/31/2025 in
#support
preload fonts in start
._. i'm doing this
40 replies
S
SolidJS
•
Created by exercise on 3/31/2025 in
#support
preload fonts in start
40 replies