Skip to content

Instantly share code, notes, and snippets.

View AtharvaCM's full-sized avatar
:electron:
Focusing

AtharvaCM AtharvaCM

:electron:
Focusing
View GitHub Profile
@AtharvaCM
AtharvaCM / Understanding_Server-Side_Rendering_with_Examples.md
Last active November 28, 2023 03:49
An in-depth exploration of Server-Side Rendering (SSR) in web development, detailing its concepts, advantages, and differences from client-side rendering.

A Deep Dive into Server-Side Rendering (SSR) with Examples

Server Side Rendering

Introduction

In the modern web development landscape, Server-Side Rendering (SSR) has emerged as a key technique, especially in the context of JavaScript frameworks like React, Angular, and Vue. This blog aims to demystify SSR, explaining its fundamentals, advantages, and how it contrasts with client-side rendering. We'll also look at practical examples to solidify our understanding.

What is Server-Side Rendering?

@AtharvaCM
AtharvaCM / React_Hydration_Best_Practices.md
Last active November 24, 2023 11:12
A comprehensive guide on best practices for managing and preventing hydration issues in React applications, particularly with SSR and frameworks like Next.js.

Mastering React Hydration: Essential Best Practices for Your Development Team

React hydration

Introduction

In the dynamic world of React development, especially with server-side rendering (SSR) or frameworks like Next.js, one challenge consistently emerges: hydration errors. These errors can be a significant hurdle in ensuring a seamless user experience. As your team navigates through these complexities, this guide aims to provide valuable insights and best practices for effectively managing and preventing hydration issues in your React applications.

Consistency is Key in SSR