Answer Overflow Logo
Change Theme
Search Answer Overflow
GitHub
Add Your Server
Login
Home
Popular
Topics
Gaming
Programming
Brendonovich
Explore posts from servers
CD
Cloudflare Developers
S
SolidJS
Posts
Comments
S
SolidJS
•
Created by MaveriX89 on 4/24/2025 in
#support
renderToString in Elysia BFF Layer
I think this is a separate app to the spa
31 replies
S
SolidJS
•
Created by MaveriX89 on 4/24/2025 in
#support
renderToString in Elysia BFF Layer
Nah Solid's compiler does all the work of JSX transformation, hence requiring
jsx: preserve
31 replies
S
SolidJS
•
Created by MaveriX89 on 4/24/2025 in
#support
renderToString in Elysia BFF Layer
Bun only supports the React JSX transform
31 replies
S
SolidJS
•
Created by MaveriX89 on 4/24/2025 in
#support
renderToString in Elysia BFF Layer
Since solid uses a custom JSX transform it's necessary to have the babel plugin run on it
31 replies
S
SolidJS
•
Created by MaveriX89 on 4/24/2025 in
#support
renderToString in Elysia BFF Layer
I don't think that's sufficient to actually perform the JSX transform, that requires the babel plugin
31 replies
S
SolidJS
•
Created by MaveriX89 on 4/24/2025 in
#support
renderToString in Elysia BFF Layer
If bun is doing the TS transpiling then it'll need to know how to transform the JSX, TS might just be doing typechecking
31 replies
S
SolidJS
•
Created by tronis on 4/12/2025 in
#support
Preloading route data with context access
Yeah, but making the preload function a server function kinda defeats the point
10 replies
S
SolidJS
•
Created by tronis on 4/12/2025 in
#support
Preloading route data with context access
we made a change a while ago so that preloads ran within the router's
owner
, which includes contexts
10 replies
S
SolidJS
•
Created by tronis on 4/12/2025 in
#support
Preloading route data with context access
If you put the context outside of
Router
i think you actually can access those contexts in
preload
10 replies
S
SolidJS
•
Created by karolisk on 4/7/2025 in
#support
NX setup with SolidJS and React
That's a typescript error, looks like one of your packages is using React JSX instead of Solid?
4 replies
S
SolidJS
•
Created by vanguy on 4/4/2025 in
#support
Where is @remult/solid
i'm not sure, i'd follow what their documentation says
10 replies
S
SolidJS
•
Created by vanguy on 4/4/2025 in
#support
Where is @remult/solid
yeah you're importing it
import { RemultSolidStart } from "@remult/solid";
10 replies
S
SolidJS
•
Created by vanguy on 4/4/2025 in
#support
Where is @remult/solid
looks like
@remult/solid
doesn't exist
10 replies
S
SolidJS
•
Created by vanguy on 4/4/2025 in
#support
Where is @remult/solid
Have you installed
@remult/solid
?
10 replies
S
SolidJS
•
Created by Hussein on 3/31/2025 in
#support
preload fonts in start
preloading that many fonts at once will probably affect your load times
40 replies
S
SolidJS
•
Created by Hussein on 3/31/2025 in
#support
preload fonts in start
do a prod build to find out if it actually works
40 replies
S
SolidJS
•
Created by Hussein on 3/31/2025 in
#support
preload fonts in start
vinxi thing or something
40 replies
S
SolidJS
•
Created by Hussein on 3/31/2025 in
#support
preload fonts in start
i don't think u can avoid fout in dev
40 replies
S
SolidJS
•
Created by Hussein on 3/31/2025 in
#support
preload fonts in start
is that dev or prod?
40 replies
S
SolidJS
•
Created by Hussein on 3/31/2025 in
#support
preload fonts in start
40 replies