Oh and the tool shows charts, is interactive, informative and (I hope you agree) clean and slick looking.
All things that one would expect an #SPA to do I believe we do to, just using super fast page loads, tiny download sizes, fast queries in the backend, etc.

#useThePlatform #noSPA #MPA
#HTML #CSS and little #JS

https://seorank.tech

"We have witnessed high-cost, low-quality JS-stack rewrites of otherwise functional HTML-first sites increasingly ambush businesses with reduced revenue and higher costs for nearly a decade." [1]

thanks @slightlyoff for the clear words

[1] https://infrequently.org/2025/06/conferences-clarity-and-smokescreens/

#ssg #ftw #noSPA

Conferences, Clarity, and Smokescreens

If frontend aspires to be a profession β€” something we do for others, not just ourselves β€” then we need a culture that can use statistical methods for measuring quality and reject the marketing that dominates the React discourse.

Alex Russell

πŸ‘‰ SPAish 2.0.1 is out πŸ‘ˆπŸ»
https://picossg.dev/tools/spaish/

SPAish is a progressive enhancement toolkit, made of a few small functionalities to make a site more interactive and modern without the need to use a full SPA framework.

For example:
// Remember+restore opened <details>
spaish.details.reopen();

// Add github-style links left of H1, H2, ...
spaish.section.addAnchors();

// (Re)store scroll positions of page
spaish.scroll.restore();

#useThePlatform #noSPA
#JavaScript #HTML

What is SPAish?

@dvk btw I have put some more of the #SPAish tools (as I called them) into one library, the scroll thing is also in there
https://picossg.dev/tools/spaish/scroll/
If you have any idea of what else can be useful and helpful to progressively enhance MPAs I am all ears

#noSPA #SPA #MPA #useThePlatform #webdev #web

Scroll

First version of #SPAish docs is online.

SPAish is a #progressive #enhancement #toolkit, made of a few small functionalities to make a site more interactive and modern without the need to use a full #SPA framework. It is **not a framework**, it is a set of tools to enhance your site.

https://picossg.dev/tools/spaish/

See it in action in the docs itself.

#useThePlatform #noSPA

What is SPAish?