Live data from Hacker News

React Server Components Now in RedwoodJS

redwoodjs.com

1–10 of 12 posts

Re: React Server Components Now in RedwoodJS

#3
Hey, Tom Preston-Werner, co-creator of RedwoodJS here. We've been working hard on React Server Components support in RedwoodJS and really happy to finally have a bare-bones working implementation ready!

Redwood is a framework for quickly creating React-based web applications that provide an amazing end user experience. Our goal is to be simple and approachable enough for use in prototypes and hackathons, but performant and comprehensive enough to evolve into your next startup.

Until now we've focused on SPAs with GraphQL for data fetching. But this new era of RSCs allows us to offer a streamlined data fetching model that helps you iterate much faster. We still offer first class GraphQL API tooling for when you need it, but it's an optional add-on.

Happy to answer any questions you may have!

Re: React Server Components Now in RedwoodJS

#4
post #3

Hey, Tom Preston-Werner, co-creator of RedwoodJS here. We've been working hard on React Server Components support in RedwoodJS and really happy to finally have a bare-bones working implementation ready! Redwood is a framework for quickly creating React-based web applications that provide an amazing end user experience. Our goal is to be simple and approachable enough for use in prototypes and hackathons, but performa…

Oh, and we have a video version of the walkthrough in case that's more your style!

https://youtu.be/5IZv3khsx0o

Re: React Server Components Now in RedwoodJS

#6
I built Puzzmo.com on RedwoodJS, and have been working in Redwood everyday now for about 2.5 years. It's got a solid set of principles and it's gonna be cool to see where they take it with this simpler model for building sites.

Re: React Server Components Now in RedwoodJS

#9
post #3

Hey, Tom Preston-Werner, co-creator of RedwoodJS here. We've been working hard on React Server Components support in RedwoodJS and really happy to finally have a bare-bones working implementation ready! Redwood is a framework for quickly creating React-based web applications that provide an amazing end user experience. Our goal is to be simple and approachable enough for use in prototypes and hackathons, but performa…

My favorite aspect of this: “Our goal is to be simple and approachable enough for use in prototypes and hackathons…”

I am forever an advocate for noobs, so approachable is a priority for me!

Post reply on HN