AesthetiCoder
AesthetiCoder
SSolidJS
Created by AesthetiCoder on 12/15/2023 in #support
Is solids SEO friendly ?
Not necessarily you need that, that's why Astro exists, if possible I will like to see a solution for just solid
10 replies
SSolidJS
Created by 100kΩ 11kW Resistor on 6/21/2023 in #support
Is possible to use Solid Router on SSR side?
this still active ?
4 replies
SSolidJS
Created by AesthetiCoder on 11/12/2023 in #support
A vs Link
yeah well thanks, i need to do it in solid-js i dont want to use solid-start in beta version because i do a lot of production projects
8 replies
SSolidJS
Created by AesthetiCoder on 11/12/2023 in #support
A vs Link
and all are deprecated alias, we should use only A
8 replies
SSolidJS
Created by AesthetiCoder on 11/12/2023 in #support
A vs Link
yes i think so and for solid-js router looks like export { A as Link, A as NavLink, AnchorProps as LinkProps, AnchorProps as NavLinkProps };
8 replies
SSolidJS
Created by AesthetiCoder on 11/12/2023 in #support
A vs Link
this works for just solid-js ?
8 replies
SSolidJS
Created by AesthetiCoder on 11/12/2023 in #support
A vs Link
maybe it has another use, like you say
8 replies
SSolidJS
Created by AesthetiCoder on 11/12/2023 in #support
A vs Link
actually it is, i dont use solid start, i am using only solid-js, you can import that link from here import { Link } from '@solidjs/router';
8 replies
SSolidJS
Created by AesthetiCoder on 10/24/2023 in #support
Signal dont update the class
thanks
10 replies
SSolidJS
Created by AesthetiCoder on 10/24/2023 in #support
Signal dont update the class
well in that case split props is the good way of doing
10 replies
SSolidJS
Created by AesthetiCoder on 10/24/2023 in #support
Signal dont update the class
thanks this works, there is a method of doing in whit destructuring ?
10 replies
SSolidJS
Created by AesthetiCoder on 10/19/2023 in #support
How is the type of the onclick event ?
that does the trick, thanks
11 replies
SSolidJS
Created by AesthetiCoder on 10/19/2023 in #support
How is the type of the onclick event ?
thats true, but this should have a type
11 replies
SSolidJS
Created by AesthetiCoder on 10/19/2023 in #support
How is the type of the onclick event ?
that dont wokr
11 replies
SSolidJS
Created by AesthetiCoder on 10/19/2023 in #support
How is the type of the onclick event ?
Type 'HTMLButtonElement' does not satisfy the constraint 'Event'.
11 replies
SSolidJS
Created by AesthetiCoder on 2/14/2023 in #support
Dinamyc inline svg
thanks this work for me for now
6 replies
SSolidJS
Created by AesthetiCoder on 2/14/2023 in #support
Dinamyc inline svg
it doesnt have to be at compile time, it can be whit a dinamyc import for example like the example
6 replies
SSolidJS
Created by AesthetiCoder on 2/14/2023 in #support
Dinamyc inline svg
something like that
6 replies