Nice, but feels like it has really narrow use case. Probably excellent for blogs, landing pages, maybe news sites. But I'm afraid anything more interactive would be a nightmare... although I wish to be proven wrong.
Web Development
Welcome to the web development community! This is a place to post, discuss, get help about, etc. anything related to web development
What is web development?
Web development is the process of creating websites or web applications
Rules/Guidelines
- Follow the programming.dev site rules
- Keep content related to web development
- If what you're posting relates to one of the related communities, crosspost it into there to help them grow
- If youre posting an article older than two years put the year it was made in brackets after the title
Related Communities
- !html@programming.dev
- !css@programming.dev
- !uiux@programming.dev
- !a11y@programming.dev
- !react@programming.dev
- !vuejs@programming.dev
- !webassembly@programming.dev
- !javascript@programming.dev
- !typescript@programming.dev
- !nodejs@programming.dev
- !astro@programming.dev
- !angular@programming.dev
- !tauri@programming.dev
- !sveltejs@programming.dev
- !pwa@programming.dev
Wormhole
Some webdev blogs
Not sure what to post in here? Want some web development related things to read?
Heres a couple blogs that have web development related content
- https://frontendfoc.us/ - [RSS]
- https://wesbos.com/blog
- https://davidwalsh.name/ - [RSS]
- https://www.nngroup.com/articles/
- https://sia.codes/posts/ - [RSS]
- https://www.smashingmagazine.com/ - [RSS]
- https://www.bennadel.com/ - [RSS]
- https://web.dev/ - [RSS]
The library in the post itself is pretty new, so I don't think there are any real examples out there aside from the website advertising it.
That said, its idea of sending HTML from the backend and showing it in the frontend isn't new - HTMX has been pretty popular the past few years and is basically the same thing. It's great for any type of website that doesn't update often, so anything that isn't a webapp or does a lot of things from the client side. There's a popular article of a company switching from React to HTMX which simplified the code heavily.
Btw: I wish there was some showcase of example (ideally open source) websites using this framework. Might be helpful in making decision of actually using it