Understanding SSR with Hydration

Hydration is a technique associated with server-side rendering

Understanding SSR with Hydration
9 minutes by Patrick Roos

Discover the pros, cons, and scenarios of SSR with Hydration. Learn when to use it and when to avoid it with this guide tailored for software architects.

Developers everywhere are attempting to use AI tools to increase their efficiency, but constant task switching and an inherent lack of context adds challenges to their already chaotic workflow. Check out in this blog post 20 unique AI prompts developers can use in Pieces Copilot+ to streamline their work-in-progress journey and solve complex issues without chasing down context.

How Zustand Was Born
2 minutes by Daishi Kato

In this post, Daishi would like to share the story behind Zustandโ€™s development.

Can you modify React Props?
4 minutes by Kent C. Dodds

React components should not modify props directly. Learn why encapsulation is important and explore different approaches to handle props correctly in React, ensuring your components remain reusable and your application's data flow stays predictable.

A framework like Remix encourages writing mutations as declarative HTML that works without โ€” or, perhaps better stated, before โ€” JavaScript, using semantic elements like <form> and <button type="submit">.

React Form Button
3 minutes by Robin Wieruch

Here you will learn how to use a form button in React to trigger a server action in a Server Component without any form fields or form data. This can be useful if you want to trigger a server action with a button click, but don't want to use a Client Component to assign a click event handler.

how did you like this issue?

Login or Subscribe to participate in polls.

newsletters

Would you like to become a sponsor and advertise in one of the issues? Check out our media kit and get in touch.