matulla_ffm
matulla_ffm
SSolidJS
Created by matulla_ffm on 5/10/2023 in #support
Navbar re-renders
Other than with solidjs, with solid-start using the "A" Component my Navbar reloading every time i click on a Link. How can i avoid this behavior?
17 replies
SSolidJS
Created by matulla_ffm on 5/8/2023 in #support
i expect a refetch with new data when the value of "firma()" changes - but this don't work.
export function routeData({ params }) { return createServerData$( () => prisma.DP_T_Mitarbeiter.findMany({ where: { Betrieb: firma() } }), { key: () => ["DP_T_Mitarbeiter", firma()] } ); } What do i missing?
4 replies