/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

scastiel.dev
| | codehike.org
1.0 parsecs away

Travel
| | Why React Server Components are a leap forward for content-driven websites
| | www.robinwieruch.de
0.8 parsecs away

Travel
| | Learn how to use Server Actions in Next.js in React Server Components to create a full-stack application ...
| | hackteam.io
1.0 parsecs away

Travel
| | GraphQL and React Server Components have been hot topics in the React community, especially in recent months. With the release of Next.js for the theme, the debate around the need for GraphQL has resurfaced. Developers can now query databases directly from their React components, which raises the question: do we still need GraphQL?
| | wweb.dev
16.0 parsecs away

Travel
| Handling state, which comes from the server can really cause some headaches in React. There is a lot you have to think about when dealing with asynchronous data, like updating, caching...