How to do CSR in SolidJs?
1) How to do client-side-routing in solid with "typescipt"?
2) Is there any benefit using vite + solidjs + TS
2 Replies
1) use solid-router as normal
2) compared to solid start? build times will probably be a bit faster
umm ok thanks