Advertisement ยท 728 ร— 90

Posts by Brenelz

not sure if this would be interesting to you
github.com/solidjs/soli...

1 day ago 0 0 1 0

Almost sounds like you want signals

1 day ago 0 0 1 0

Interesting thats more of a tanstack query thing than rsc?

1 day ago 0 0 2 0

Its also why it benefits from server side caching

1 day ago 0 0 1 0

It goes back to the server and renders the entire page on mutation where tanstack can be more granular

1 day ago 1 0 1 0
Preview
React Server Components Your Way | TanStack Blog RSCs are genuinely exciting โ€” smaller bundles, streaming UI, moving heavy work off the client โ€” but existing implementations force you into a one-size-fits-all pattern. What if you could fetch, cache,...

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...

2 days ago 138 26 7 8

๐Ÿ‘€

4 days ago 1 0 0 0

Congrats!!

1 week ago 2 0 0 0

Either one is a good choice

1 week ago 1 0 1 0
Advertisement

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.

1 week ago 115 6 6 1

someones gotta do it

1 week ago 1 0 0 0

How do you notice these things so fast haha

1 week ago 0 0 1 0

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

1 week ago 22 2 1 0

The next version of the solid router will be for solid 2.0 support

1 week ago 1 0 0 0
Post image

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...

1 week ago 11 4 1 0
Let's Talk: SolidStart 2.0
Let's Talk: SolidStart 2.0 YouTube video by Ryan Carniato

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...

1 week ago 26 3 1 2

Good plan

2 weeks ago 0 0 0 0

I presume thats already been explored but not too sure

2 weeks ago 1 0 0 0
Advertisement

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

2 weeks ago 0 0 0 0

I feel like this is pretty good in the solidjs repo
github.com/solidjs/soli...

2 weeks ago 1 0 0 0

I have not... I should definately give it a try. Would that be instead of e2e tests or good for unit tests too?

2 weeks ago 2 0 1 0

You mean instead of the solidjs testing library?

2 weeks ago 1 0 3 0
Things Learned Migrating To Solid 2.0 A website containing blog posts related to the frontend.

Things I learnt migrating to Solid 2.0

www.brenelz.com/posts/migrat...

2 weeks ago 22 3 3 1
Preview
Signals, the push-pull based algorithm โ€” Willy Brauner We have been using Signals in production for years via several modern front-end frameworks like Solid, Vue, and others, but few of us are able to explain how they work internally. I wanted to dig into...

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...

2 weeks ago 39 10 6 3

Wishing you a speedy recovery

3 weeks ago 1 0 0 0

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

3 weeks ago 0 0 1 0
Advertisement

Nevermind you kinda answered it here.
bsky.app/profile/ryan...

3 weeks ago 2 0 0 0

What are your thoughts on the proposal that you can refetch at every level of the tree and cache the promise?

3 weeks ago 2 0 2 0

Hmm it is true caching can help a bit

3 weeks ago 1 0 0 0

at least from a UX standpoint. From a DX standpoint you want do them at the same time and block higher than you should

3 weeks ago 2 0 0 0