New citstion to js fran lifetimes - online edit of handbook/troggle/trog2030.html

This commit is contained in:
2025-06-27 07:33:00 +01:00
committed by Expo on server
parent 4cbad79a30
commit 0434dc0c07

View File

@@ -170,7 +170,7 @@ or Dart</a>) and just have an API on the server.
JavaScript frameworks such as JQuery, Vue, Angular, React etc. support dynamic 'single-page websites' where all the component parts are fetched and replaced
asynchronously (this used to be called <a href=""https://en.wikipedia.org/wiki/Ajax_%28programming%29>AJAX</a> when it first appeared in
1999).
1999). These <a href="https://brainbaking.com/post/2025/06/no-time-to-learn-web-framework-x/stackoverflow-popularity.jpg">come and go</a> [2025] on too short a timeframe for expo to cope with.
<p>Refreshing content within a page is fundamentally different from how Django was originally designed: using public URLs connected to code which produces a
complete webpage based on a single template. Django <a href="https://engineertodeveloper.com/how-to-use-ajax-with-django/">can interoperate