Aditya RoshanforDevs' HQroshanaditya.hashnode.dev·Oct 10, 2024What I know from client side rendering to reactToday NextJS is popular framework for developing full stack web app. First of all I don’t consider NextJS being a full stack framework but front-end react framework with back-end integrated. It’s like you have been given npm create-react-app with rea...Discuss·10 likesServer side rendering
Rishi BakshiforRishi Bakshi Blogrishibakshi.hashnode.dev·Oct 9, 2024Think Server Actions Can Only Be Used in Server Components? Think againOne common misconception in Next.js development is thinking that server actions can only be utilized within server components. However, this isn't the case. Server actions can be used inside client components as well, which allows us to interact with...DiscussYou Don't Know Next.jsNext.js
Harsh Kumar Raicodebyharsh.hashnode.dev·Oct 2, 2024🚀 Mastering Web Development & DevOps: Key Concepts and Lessons LearnedAs a web developer venturing into the world of DevOps, I’ve spent the last few weeks learning and experimenting with a wide range of tools and techniques that form the backbone of modern web applications. In this blog, I’ll share my key takeaways fro...DiscussWeb Development
Howardblog.howardphung.com·Oct 2, 2024Understanding React Server Components - P.1Hi folks, welcome back to NextJS Distilled. In the previous article, we already discussed CSR, SSR, and Hydration. If you’re new here, please check this out here. In this article, let’s dive into the world of NextJS and React Server Components. What ...Discuss·2 likesNext.js DistilledNext.js
Emre Kanbaykanby.hashnode.dev·Sep 30, 2024Vanilla JS Server Side RenderingTL;DR (Too Long Didn't Read) Function const render = async (x, ...values) => { var rendered = ""; for (let u = 0; u < x.length; u++) { rendered = rendered.concat(x[u]); if (u < x.length - 1) { if (typeof values[u] == "function") { ...DiscussNode.js
Yusuf Uysalyusufuysal.hashnode.dev·Sep 27, 2024Boosting React Performance: Why It Matters and How to Achieve ItOne key difference between a junior developer and a senior engineer is their focus on web application performance. While mastering tools and concepts is important, it's just the foundation. The next step is solving problems efficiently and creating o...DiscussReact Performance OptimizationsReact
Rishi BakshiforRishi Bakshi Blogrishibakshi.hashnode.dev·Sep 21, 2024Understanding and Fixing Hydration Errors in Next.jsHydration errors are a common pitfall for developers new to Next.js, especially when dealing with client components that rely on browser APIs like localStorage. In this article, we’ll explore what hydration errors are, how they occur, and how to fix ...Discuss·10 likesYou Don't Know Next.jsincorrect-html-structure
Abeer Abdul Ahadabeer.hashnode.dev·Sep 18, 2024FeaturedWhat are Server Actions in Next.js? Next.js 14 EditionWhat are Server Actions? To let you get the concept crystal clear, server actions are basically backend stuffs that you can do in your Next.js project. Server actions play a key role in web applications, handling tasks like data processing and user a...lilac and 4 others are discussing this5 people are discussing thisDiscuss·15 likes·172 readsNext.jsNext.js
Nicolas Fränkelfrankel.hashnode.dev·Sep 19, 2024Server-Side Rendering with Spring BootUnderstanding the shared steps in the project setup is crucial before delving into the specifics of each client-augmenting technology. My requirements from the last post where quite straightforward: I'll assume the viewpoint of a backend developer ...DiscussWebjars
Sprasad Pujarisprasad.hashnode.dev·Sep 18, 2024Infrastructure as Code (IaC): A Comprehensive Guide to IaC Tools 🚀Infrastructure as Code (IaC) has revolutionized the way we manage and deploy IT infrastructure. In this comprehensive guide, we'll explore the different types of IaC tools, their use cases, and how they fit together in a modern DevOps environment. Ty...Discuss·1 like#InfrastructureAsCode