#single-page-applications

[ follow ]
#user-experience

Accessibility Best Practices for Single Page Applications (SPAs) - SitePoint

Single Page Applications enhance user engagement but pose significant accessibility challenges.

Lazy loading vs. Eager loading - LogRocket Blog

Lazy loading enhances application performance by loading resources only when necessary, leading to faster load times and improved user experience.

Accessibility Best Practices for Single Page Applications (SPAs) - SitePoint

Single Page Applications enhance user engagement but pose significant accessibility challenges.

Lazy loading vs. Eager loading - LogRocket Blog

Lazy loading enhances application performance by loading resources only when necessary, leading to faster load times and improved user experience.
moreuser-experience
#web-development

15+ Awesome Stuff to Build and Sell With JavaScript (and Friends) | HackerNoon

JavaScript's versatility enables the creation of various software products, but its effectiveness relies on the specific project requirements.

Inertia.js adoption guide: Overview, examples, and alternatives - LogRocket Blog

Inertia.js bridges the gap between modern frontend frameworks and traditional backend frameworks, enabling seamless single-page applications without the need for APIs.

GitHub - epicweb-dev/react-and-the-vanishing-network: A step-by-step walk through the history of web app architecture

The article details the evolution of web app architecture from MPA to SPA.

15+ Awesome Stuff to Build and Sell With JavaScript (and Friends) | HackerNoon

JavaScript's versatility enables the creation of various software products, but its effectiveness relies on the specific project requirements.

Inertia.js adoption guide: Overview, examples, and alternatives - LogRocket Blog

Inertia.js bridges the gap between modern frontend frameworks and traditional backend frameworks, enabling seamless single-page applications without the need for APIs.

GitHub - epicweb-dev/react-and-the-vanishing-network: A step-by-step walk through the history of web app architecture

The article details the evolution of web app architecture from MPA to SPA.
moreweb-development
#react

React and the Vanishing Network

The workshop covers the evolution of network management in web applications using React.

Zustand adoption guide: Overview, examples, and alternatives - LogRocket Blog

Zustand is a lightweight and efficient state management tool for React applications, simplifying the complexities of other tools like Redux.

React and the Vanishing Network

The workshop covers the evolution of network management in web applications using React.

Zustand adoption guide: Overview, examples, and alternatives - LogRocket Blog

Zustand is a lightweight and efficient state management tool for React applications, simplifying the complexities of other tools like Redux.
morereact

Lessons learned debugging Interaction to Next Paint (INP)

Browser compatibility affects data collection for RUM as critical measurements cannot be obtained from Safari users, skewing performance insights.

Using AWS Cognito to authenticate via Google Sign-in in SPA

AWS Cognito is a seamless identity platform connected with Identity Providers like Google.
AWS Cognito allows user authentication without the need to host a backend.

Modern client-side routing: the Navigation API | Web Platform | Chrome for Developers

The new Navigation API completely overhauls client-side routing for single-page applications (SPAs).
The Navigation API allows for dynamically rewriting content as the user interacts with the site, rather than loading entirely new pages from the server.
[ Load more ]