Aryan Singhpixelcrafted.hashnode.dev·Dec 20, 2024Understanding Single Page Applications (SPAs): A Beginner’s OverviewIn today’s fast-paced digital world, websites and applications are expected to be fast, smooth, and interactive. Single Page Applications (SPAs) have emerged as a solution to meet these expectations, offering a seamless user experience. Let’s break d...SPA VS MPA
Rooparupard.hashnode.dev·Mar 14, 2024How to create a multi-page website in React ?Introduction Creating a multi-page website in React JS includes creating pages by reusing the components and rendering them on defined paths using routing Multi-page website in React JS can be achieved by using a React dependency called react-router-...2 likes·1.6K readsReact
PAVAN SAI PADAVALAwebdevexplain.hashnode.dev·Feb 9, 2024Client - Side RenderingIntroduction Earlier we had discussed about the client-server architecture- DNS Lookup, HTTP communication Protocol, Now we came across the topic- how the client be able to parse html page received from the server? simply, we can say how client rende...1 likeDOM
Toki osmantokiosman.hashnode.dev·Mar 26, 2023The Advantages of Building a One-Page Website(SPA Over MPA)In the realm of web application development, two main approaches can be utilized: Single Page Applications (SPAs) and Multi Page Applications (MPAs). Both have their advantages and disadvantages, and the choice between them depends on the specific re...Single Page Application