Victoria LoforArticles by Victoria Lovictoria.hashnode.net·Sep 1, 2020Comparing 3 Ways Websites Render onto BrowserHello everyone! Today, I want to discuss the different ways a website can be rendered. Every time you visit some website like google.com, facebook.com or amazon.com, your browser has to render that page onto your device so you can interact with it. T...Lazar Nikolov and 9 others are discussing this10 people are discussing thisDiscuss·93 likes·1.8K readsWeb DevelopmentLearnt a lot, thanks for sharing! 3
Hulya KarakayaforHulya Karakaya's Bloghulyakarakaya.hashnode.net·Mar 29, 2021Learn Next.js For Free with These ResourcesHello friends, yesterday I have shared React resources and I think after learning React, Next.js may be the next step. So, if you are not familiar with Next.js, I will start with: what Next.js is its advantages where you can learn more about Next.j...Catalin Pit and 6 others are discussing this7 people are discussing thisDiscuss·70 likes·2.5K readsNext.js
Rainer SelvetforRainer's Blograinerselvet.hashnode.net·Sep 4, 2021FeaturedHow to render 3D model previews server sideThis post originally appeared on https://rainer.im. This image above was rendered in a serverless function on page load. 3D rendering is a high-cost task, often taking a long time to compute on GPU accelerated servers. Browsers are becoming more cap...Jessica Ramos and 2 others are discussing this3 people are discussing thisDiscuss·66 likes·438 readsserverless
Devlin BentleyforMeandering Thoughtsmeanderingthoughts.hashnode.net·Apr 25, 2023Server Side Rendering Is Stupid And You (Probably) Shouldn't be Using ItDisclaimer: This post is explicitly talking about running JavaScript UI frameworks such as React and Vue server side to generate single page applications. It is not about traditional MPAs, or using Go/Python/Ruby/etc. This post is specifically in res...Discuss·707 readsSSR
Utkarsh Dixitforutkarshdixit.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
Vishwas AcharyaforVishwas Acharyavishwasacharya.hashnode.net·Apr 22, 2023Understanding MVC in Node.js: A Comprehensive GuideNode.js is a popular runtime environment for developing scalable, high-performance web applications. It uses an event-driven, non-blocking I/O model that allows for building real-time, data-intensive applications. To build such applications, develope...Discuss·1 like·31 readsmvc
Lohita SuvvariforReactiveSearch Blogreactivesearch.hashnode.net·Apr 19, 2023A Beginner's Guide to Server-Side Rendering in ReactiveSearchIn this article, we share a step-by-step guide on how to convert a ReactiveSearch built UI into a SSR search UI, which is beneficial for SEO, caching, and user experience. Why SSR a search UI? To understand the importance of pre-rendering a web app, ...Discusselasticsearch
Moulaye AbderrahmaneforCamelCodescamelcodes.hashnode.net·Apr 4, 2023Angular SSR automatic cache refresh using Firestore 🔥Howdy developers 👋 This is a follow-up post to finish what we have started in the last Angular SSR cache post. To summarize we have used Redis as a cache to serve Angular SSR routes faster. But we have a little gotcha here, when is this cache evicte...Discuss·92 readsAngular SSR CacheAngular
The ERINforThe ERINthe-erin.hashnode.net·Mar 29, 2023A detailed guide on how to implement Server-side Rendering (SSR) in a NextJs applicationIntroduction Server-side Rendering (SSR) is becoming increasingly important in web development due to its ability to improve website performance and user experience. Unlike Client-side Rendering (CSR), where the website's content is generated on the ...Ijeoma Igboagu and 2 others are discussing this3 people are discussing thisDiscuss·19 likes·110 readsNext.js
José HortaforCreative Lightboxjoshhortt.hashnode.net·Mar 28, 2023Getting Started with Next.js: A Comprehensive Guide to Building Your First ApplicationIn this series, we’re going through the basics of learning the static site generator, Next.js. Getting Set Up in Next.js We’ll go through installing Next.js 13, create a few pages, and a blog, and finally take a look at the data files. Everything we ...Discuss·33 readsNext.js
Athithya TforAthithya's Tech Blogsathithyat.hashnode.net·Mar 20, 2023Next JS and Server Side RenderingIf you are a React JS developer, you should learn Next JS. It is a React framework that offers a lot of features to improve the User Experience of your website. It was developed by Vercel and is currently in its 13th version. This blog helps you get ...Discuss·33 readsNext.js
Biraj KarkiforBiraj Karki's blogbirajkarki.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
Onyedika CelestineforKachi Celestinecosmosduck.hashnode.net·Mar 15, 2023Getting Started with Node Js for Server-Side ApplicationNode JS is a runtime environment used for executing javascript codes in real-time. With Node JS, you can build, run and maintain the server side of your application while interacting with the front end. Node JS is open source and comes in handy when ...Discuss·9 likes·90 readsJavaScript