not sure if this would be interesting to you
github.com/solidjs/soli...
Posts by Brenelz
Almost sounds like you want signals
Interesting thats more of a tanstack query thing than rsc?
Its also why it benefits from server side caching
It goes back to the server and renders the entire page on mutation where tanstack can be more granular
Finally, TanStack Start now supports React Server Components!
Start's RSCs are a truly fetchable, cacheable and composable primitive that work with your favorite tools instead of dictating your entire architecture.
Oh, and one more thing... "Composite Components" ๐
tanstack.com/blog/react-s...
๐
Congrats!!
Either one is a good choice
When I launched EmDash I was utterly exhausted from two months of building mostly alone. The explosion of the new community is both daunting and energising. I am determined to turn this into a sustainable OSS community. Please join us if you want to create a better way to build content driven sites.
someones gotta do it
How do you notice these things so fast haha
Yesterday we had a really cool livestream with @ryansolid.bsky.social , @brendonovich.dev , and @brenelz.com about SolidStart and the future of @solidjs.com
Thank you to every one who showed up
The next version of the solid router will be for solid 2.0 support
New post: migrating from Next.js to SolidStart. The guide I wish I had when I started.
Oh and the blog got a fresh coat of paint - now with a groovy stoner rock inspired aesthetic ๐
๐ darko.io/posts/next-to-solidstart...
The stream is back tomorrow!
The SolidStart team joins me from around the world to talk about the upcoming SolidStart 2.0 release and more:
www.youtube.com/watch?v=J7Sc...
Good plan
I presume thats already been explored but not too sure
good to know. Most of these testing setups i worked with were already setup. The config in the article isn't complete. Just some of the things I did to get it to work with v2
I feel like this is pretty good in the solidjs repo
github.com/solidjs/soli...
I have not... I should definately give it a try. Would that be instead of e2e tests or good for unit tests too?
You mean instead of the solidjs testing library?
I feel like Iโve been on vacation since I published my last article. Writing and organizing my thoughts on a topic is truly enriching.
In case you missed it:
willybrauner.com/journal/sign...
Wishing you a speedy recovery
Yeah id rather it just be automatic. It does remove the coloration of a components props. Derivation remains tricky as you still block the entire component
Nevermind you kinda answered it here.
bsky.app/profile/ryan...
What are your thoughts on the proposal that you can refetch at every level of the tree and cache the promise?
Hmm it is true caching can help a bit
at least from a UX standpoint. From a DX standpoint you want do them at the same time and block higher than you should