Sruthisruthicodes.hashnode.net·Jun 24, 2022Rendering Methods: CSR vs SSR vs SSGHi there! This blog will give you a glimpse of the different rendering methods namely Client Side Rendering (CSR) Server Side Rendering (SSR) and Static Site Generation (SSG) These rendering methods are nothing but different ways to render the cont...Anurag Mathews and 1 other are discussing this2 people are discussing thisDiscuss·53 likes·911 readsReact
Saurav PatiforA Happy Developer's Blogoyesaurav.hashnode.net·Jun 4, 2022Rendering Web AppsBuilding a web app is not just about implementing state-of-the-art styling for user interface (UI) and tech stack for providing the desired functionalities. Speed, Search engine optimization (SEO) and security should also be a concern from the beginn...Discuss·6 likes·150 readsWeb Development
Himika SarkarforT L D Rtldrthis.hashnode.net·Feb 24, 2023Choosing the Right Rendering Method for Your Website ⚛︎Read if you're new here ... (else, skip this part) There is constant pressure to stay upskilled and updated with new technologies, optimization techniques, and whatnot! Being a full-stack developer is not a piece of cake 🍰 I'll tell you. But having...Subham Sarkar and 1 other are discussing this2 people are discussing thisDiscuss·3 likes·80 readsEngineeringSoftware Engineering
Preeti samuelkamilapreetisamuel.hashnode.net·Apr 25, 2023What are the Client and Server Sides?Client-side and server-side are two terms that are commonly used in the context of web applications. The client-side refers to the part of the application that runs on the user’s computer or device, typically in a web browser. The server side, on the...DiscussClient-side rendering
Utkarsh Dixitutkarshdixit.hashnode.net·Apr 24, 2023Why Next.js is Superior to React for SEO: A Beginner's GuideReact.js is a popular JavaScript library for creating user interfaces in the realm of web development. React.js provides a robust and adaptable solution to build dynamic websites, but it might not be the greatest option for search engine optimization...DiscussNext.js
Adams Echwaadamsechwa.hashnode.net·Apr 17, 2023API in Client-Side Javascript.JavaScript is one of the world's most popular programming languages, and APIs are an essential tool for developers. APIs allow client-side JavaScript to interface with web services and databases. In this blog article, we'll go over the fundamentals o...DiscussAPIs
KENNETH devkenny.hashnode.net·Mar 21, 2023React Server Components vs Client Components in Next.js: Building High-Performance Web ApplicationsNext.js has become very popular among developers because it helps them make modern, high-performance web apps. In fact, the official documentation for React suggests using Next Js, which is a full-stack React framework that can be used to make simple...Discuss·34 readsNext.js
Biraj Karkibirajkarki.hashnode.net·Mar 20, 2023Client Side Rendering vs SSR with React Query: Choosing the Best Approach for Your AppOne of the most important decisions developers have to make when making web apps is whether to use Client Side Rendering (CSR) or Server Side Rendering (SSR) (SSR). Both methods have their pros and cons, but SSR is becoming more popular because it ca...Discuss·40 readsNext.js
Himika SarkarforT L D Rtldrthis.hashnode.net·Feb 24, 2023Choosing the Right Rendering Method for Your Website ⚛︎Read if you're new here ... (else, skip this part) There is constant pressure to stay upskilled and updated with new technologies, optimization techniques, and whatnot! Being a full-stack developer is not a piece of cake 🍰 I'll tell you. But having...Subham Sarkar and 1 other are discussing this2 people are discussing thisDiscuss·3 likes·80 readsEngineeringSoftware Engineering
Usama Usmanusamausman.hashnode.net·Feb 10, 2023Understanding the "window is undefined" error in Next.js and how to resolve itNext.js is a powerful React-based framework for building server-rendered or statically-generated web applications. However, sometimes, developers might face errors when using certain JavaScript methods that are specific to the client side, such as wi...Discuss·95 readsNext.js
Hardyal Singhharsh5.hashnode.net·Jan 24, 2023What are the new things introduced in HTML5?HTML5 is the latest version of HTML and includes new features that allow web developers to create more interactive and engaging content for the web. Advantages of HTML5 1. There are many attributes present in HTML5 that were not present in HTML. E.g....Discuss·2 likes·36 readsHTML5
Bhargav Venkatesh Babubrgv.hashnode.net·Jan 14, 2023React Revealed: The Ultimate Showdown of Client-Side vs Server-Side StateReact is a JavaScript library for building user interfaces, and it's a popular choice for developing web applications. One of the key concepts in React is state, which refers to the data that determines a component's behaviour and rendering. There ar...Discuss·51 readsReact
Odebode Opeyemisurahj.hashnode.net·Oct 9, 2022How the internet worksWhat happens when you type google. com in your browser and press Enter Have you ever been curious about what happen behind the scene when you navigate to your browser and type google.com or facebook.com? You might be saying, common! I know how the in...Discuss·37 readsHow the internet works