Minoo
Example in solid-testing-library example not working
Hello, the
can render a route with the id
test in the solid-testing-library https://github.com/solidjs/solid-testing-library/blob/main/src/__tests__/routes.tsx does not work for me.
I get that:
I tried using this test because I have issues testing components used in routes and using the location param to navigate to a route while testing does not work at all1 replies
How do I upgrade a solid-start project to use the latest version of solid-start
I found a project that uses solid-start and actually has a working PWA. But it is from february 2023 and I want to update it to the newest version of solid-start and its current structure. Is this possible and how? The current version is
^0.2.20
(The repo in question: https://github.com/seeplusplus/solid-start-vite-pwa)4 replies
SolidStart or Vite + solid-pwa plugin for creating a fast and secure PWA app?
I want to create a PWA app using Solid. I am not decided on if I want to use CSR or SSR but I'm leaning towards SSR. But should I choose SolidStart or Vite with a solid-pwa or a startup template for vite and solid like this: https://github.com/xbmlz/vitesse-solid that has the pwa plugin.
Also when developing the PWA can I use google workbox or is that something else?
22 replies