Amitesh Vermaamiteshverma.hashnode.dev·Aug 30, 2024Client Side rendering vs server side renderingAs I’ve been diving deeper into web applications, I've come across two fundamental concepts that play a big role in how web applications function: Client-Side Rendering (CSR) and Server-Side Rendering (SSR). While both have their own unique advantage...Discuss·1 likeNext.js
Lucas ROURETrouret.hashnode.dev·Aug 1, 2024Stop using useQuery from React-Query !In any web application, managing loading and error states is crucial. Displaying loading states keeps the user informed, but historically, this management can be tedious to implement manually. React Query greatly simplifies the handling of loading st...Dhruvil S Shah and 1 other are discussing this2 people are discussing thisDiscuss·5 likes·5.3K readsReact
Sanket Kalekarsanketk018.hashnode.dev·Apr 15, 2024What's Really Going on Behind the Scenes of Loading Bars? 🤔💡The Hidden Sub-processes 😲 When the bar is halted, your system is busy managing a vertical subprocess—a side quest your main program has embarked on. It could be fetching data, compressing files, or performing complex calculations, all while you wai...Discuss·1 likeTutorial
Farhan Hasinfarhanhasindipro25.hashnode.dev·Mar 2, 2024Efficient use of loading and error states using Tanstack QueryAs I am open to work and actively applying to jobs and performing job tasks, I am taking a challenge of doing something new in every of these projects in the pursuit of learning something unique. This is a recent project I did for a job application. ...Discussloading
Aashish Panthiblog.aashish-panthi.com.np·Feb 4, 2024Add Website Loading Animation: a comprehensive guideIn the fast-paced world of web development, creating an engaging and seamless user experience is important. One effective way to achieve this is by implementing a loading animation on your website. In this tutorial, we'll explore the step-by-step pro...Discuss·16 likes·86 readsHTML5
Daniel Adetolablog.adedaniel.com·Jan 15, 2024Leveraging the Loading UI in Next.js App RouterLately, I've been diving deep into the new feature releases that came with Next.js 13 and 14. The latest version - Next 14, was released on the 26th of October 2023 and came with a couple of new features such as Turbopack and Server Actions along wit...Discuss·2 likes·103 readsNext.js
Jaimin Pateljaimin047.hashnode.dev·Nov 25, 2023Display loading or Processing Messages inside DataTableDataTables stands out as a powerful jQuery plugin for creating dynamic and interactive tables. One crucial aspect of delivering an exceptional user experience is efficiently managing data loading. This article explores various loading strategies in D...DiscussCustomizing Loading
Subhradeep Berasubhradeepbera.hashnode.dev·Nov 20, 2023How to create Shimmer Loading Animation with Jetpack ComposeBored of the circular progress loader? In this tutorial, let us learn how to implement the shimmer loading effect, which looks much better and can significantly improve the UX, when loading a bunch of items. All modern apps like YouTube, Netflix, Fac...Discuss·1 like·66 readsShimmer Effect
The Bytescodeblog.thebytescode.in·Sep 30, 2023Loading time of a websiteThe loading time of a website is a crucial factor that can significantly impact user experience. Several factors can influence a website's load time, and it's essential to optimize them for a better user experience and SEO ranking. Factors affecting ...Priti Solanki and 5 others are discussing this6 people are discussing thisDiscuss·11 likes·153 readsWeb Development
Yousra Kamalyousraa.hashnode.dev·Sep 29, 2023Loading and 404 Pages in Next.js 13Next.js is known for its developer-friendly features and excellent performance out of the box. With the release of Next.js 13, it has become even more powerful, offering new tools for customizing your application's loading and 404 pages. In this arti...Discuss·26 likes·214 readsloading