OceanSlim on Nostr: The story of JS has been to move as much of the backend to the frontend. HTMX moves ...
The story of JS has been to move as much of the backend to the frontend. HTMX moves mostly everything to the backend and allows the client to just handle rendering html. I can build an app with half the code base with the same features with more responsiveness and performance. On top of that, I can build quickly. HTMX extends html, as it should have been all along.
You have more markup in your HTML so you can have less dependacy on js and all it's crap in the rest of your project.
Published at
2024-05-25 13:22:23Event JSON
{
"id": "93b73c4feea1279e20a7db6cf38f3207935dc5197c0a73203d8899c2ced39fe2",
"pubkey": "16f1a0100d4cfffbcc4230e8e0e4290cc5849c1adc64d6653fda07c031b1074b",
"created_at": 1716643343,
"kind": 1,
"tags": [
[
"e",
"a34f5d15bb183107075a5c67b021200c53a42fbb86d3dde3c4f6f05b9377dd28",
"",
"root"
],
[
"e",
"9eb3cbc4675e190869ebf80f8a4201983c221e8826479222a4bfd4eb5be22dcc"
],
[
"e",
"aba1483c53e4383f958517bb49bd56615b6a168f9d52819225c09266d979ed4e",
"",
"reply"
],
[
"p",
"d3d74124ddfb5bdc61b8f18d17c3335bbb4f8c71182a35ee27314a49a4eb7b1d"
],
[
"p",
"16f1a0100d4cfffbcc4230e8e0e4290cc5849c1adc64d6653fda07c031b1074b"
],
[
"p",
"f0293508f3eb9e6fe99c2fd8ba69ff446216872a2d9f67979bfa4db8b3155806"
]
],
"content": "The story of JS has been to move as much of the backend to the frontend. HTMX moves mostly everything to the backend and allows the client to just handle rendering html. I can build an app with half the code base with the same features with more responsiveness and performance. On top of that, I can build quickly. HTMX extends html, as it should have been all along. \n\nYou have more markup in your HTML so you can have less dependacy on js and all it's crap in the rest of your project. ",
"sig": "415353862a9272c3bb0b2167399f531ef4a488e7dc0fb13542ba8501caa6049c3b55779ff795b9dc57f45d4d54258d719f1514dc11fd4601ffdae2eb6ff90101"
}