Make static websites feel like mobile apps
Navigation in a single-page-app is second to none, because there is no need to refresh the page. This article describes how a normal website can achieve the same feel with just one html-tag
Mostly focused on quite low level software-engineering stuff.
All tagsNavigation in a single-page-app is second to none, because there is no need to refresh the page. This article describes how a normal website can achieve the same feel with just one html-tag
Many people don't know how async runtimes (for example tokio) works. The goal of this article is explaining how one works and what goes into making one efficient.