Ask HN: What web frameworks do you use?
1–10 of 66 posts
I personally use Svelte(Kit), as it's simple and straightforward. I was planning on learning React, but the fact that it's owned by Meta really holds me back.
Re: Ask HN: What web frameworks do you use?
#2> I was planning on learning React, but the fact that it's owned by Meta really holds me back.
May I ask why? React starts there, but it will probably survive Meta. Its a great framework, IMO.
Re: Ask HN: What web frameworks do you use?
#3Rails
Re: Ask HN: What web frameworks do you use?
#4By "web" do you mean "Frontend"?
Re: Ask HN: What web frameworks do you use?
#5rails for work, axum for side projects
Re: Ask HN: What web frameworks do you use?
#6Backend is Django whenever a SGBDR-backed model is involved. Sanic otherwise for simple web APIs. Frontend is Unpoly + BS5 or Shoelace.
Re: Ask HN: What web frameworks do you use?
#7> I was planning on learning React, but the fact that it's owned by Meta really holds me back. May I ask why? React starts there, but it will probably survive Meta. Its a great framework, IMO.
I like Next.js
Re: Ask HN: What web frameworks do you use?
#8Django checks a lot of boxes for me.
Re: Ask HN: What web frameworks do you use?
#9CakePHP
Re: Ask HN: What web frameworks do you use?
#10VanillaJS/Angular for frontend, .NET Core/Node for backend.
It shouldn't matter too much if a framework is being backed by Meta. If there's enough support, documentation and easy-to-find-answers for it, then it's probably a good choice. Just make sure the code is readable and the framework's concepts are simple and easy to understand.