c.im is one of the many independent Mastodon servers you can use to participate in the fediverse.
C.IM is a general, mainly English-speaking Mastodon instance.

Server stats:

2.9K
active users

#htmx

13 posts12 participants0 posts today
Replied in thread

@cferdinandi good old server-side rendering with some sprinkles of #HTMX is all we’ve been doing in our projects for the past couple of years and we never looked back. Turns out (no surprises here) that the end users don’t care - they just want to get their job done. You can do a full page refresh on every click, for all they care - if it does the job, it’s rarely an issue.

Just created a simple #FastAPI project to showcase how #Python server-side rendered apps with an #htmx frontend could look like, using a React-like, async, type-checked rendering engine.

The app *does not* use Jinja/Chameleon, or any similar templating engine, ugly custom syntax in #HTML -like files, etc.

Interestingly, even #ai coding assistants can pick up the patterns and offer decent completions.

You can check out the project here: github.com/volfpeter/lipsum-ch

Boost appreciated #webdev #ssr

Technology demonstration for server-side rendering with Python, FastAPI, and htmx - volfpeter/lipsum-chat
GitHubGitHub - volfpeter/lipsum-chat: Technology demonstration for server-side rendering with Python, FastAPI, and htmxTechnology demonstration for server-side rendering with Python, FastAPI, and htmx - volfpeter/lipsum-chat