romanobro
Suspense triggered witout reading data
Maybe you would want to consider solid start, as it has route data fetchers that can have properties like loading and state, which would trigger suspense https://start.solidjs.com/api/createRouteData#returns
9 replies
Can a Solid store contain class objects?
solid stores do not work with classes, watched this video today actually and its quite good https://youtu.be/HsMAMsaDpzU
12 replies
Setting innerhtml causes error
i figured a workaround recently but I believe that it might be a bug. I apologize, as I dont know enough about frameworks to open an issue on github. When i tried to replicate it in plain solid js rather than solid start, it worked just fine so I think this is a solid start issue
8 replies