Кларк Ш Гризвалд until 25-Dec

#JohnMastodonDay I invented the question mark. I hold patents on 6 different forms of punctuation. https://johnmastodon.me/

  • 0 Posts
  • 3 Comments
Joined 6Y ago
cake
Cake day: Sep 27, 2018

help-circle
rss

@django I obviously didn’t know that. Thanks for taking the time to explain.


@django Yeah. I’m just using the reader view in the browser. Is it that web sites have reader views for individual articles but no longer update an index of some kind?


@smokinjoe An interesting reaction to react is Svelte: https://svelte.dev/. Instead of sending an entire application to the browser and making the poor client run all of it, do a crap ton of compute and calculation at build time. Send minimal code and computation to the browser. Totally different paradigm.