Has anyone ever succeeded to make a project that uses the same component source code for the capacitor app and for the SSR rendered server? How could you do that?
One tool to make this more feasible might be something like TanStack Query, but I don’t like how it massively inflates the client bundle with data for react state that actually will never be reactive at all on the client