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.
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.