12
What should we be using to develop web apps?
(lemmy.ml)
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Community icon from opensource.org, but we are not affiliated with them.
It really depends on the kind of website. Is it a blog? an e-commerce? a static website? a full blown web application?
Node.js has been a popular backend choice for years. On the frontend there are frameworks such as React, but that's overkill in many cases. Nowadays I've been meaning to look into Hugo and htmx