SMShubham Mehtainshubham-mehta.hashnode.dev·Sep 23, 2024 · 9 min readHow JavaScript Manages Asynchronous OperationsYou might have heard that JavaScript is single-threaded, non-blocking and asynchronous in nature. First let’s understand what asynchronous means in JavaScript. What is asynchronous JavaScript? Asynchronous means performing multiple tasks at the same ...00
SMShubham Mehtainshubham-mehta.hashnode.dev·Sep 23, 2024 · 6 min readClient Side Rendering (CSR) vs Server Side Rendering (SSR)While developing a web application or website from scratch, a developer has to make many decisions that can significantly impact performance and user experience, especially how the content is rendered on the view. First, let's understand what renderi...00