Earlier quoted context omitted.
There are just far too many better choices out there (Elixir, Phoenix) for me to ever consider going back to Microsoft technologies. I still haven't forgotten their ASP.Net MVC framework that nearly made me give up being a developer.
ASP.NET MVC is pretty much a clone of any service MVC framework(django, rails). I don't see the problem with it.
Ask HN: What frameworks are currently used in a modern web stack?
101–110 of 125 posts
Re: Ask HN: What frameworks are currently used in a modern web stack?
#102Earlier quoted context omitted.
ASP.NET MVC is pretty much a clone of any service MVC framework(django, rails). I don't see the problem with it.
Well you are letting Microsoft rule your life. Could go really good or could go really bad. With Django you have an actual community that drives the project.
Re: Ask HN: What frameworks are currently used in a modern web stack?
#103If a project doesn't need a backend (boy howdy do I love keeping things in localstorage), Elm. I keep meaning to use Phoenix and Elm together but it never seems like the thing to do. I do love Elm a lot, though, I have a couple dozen widgets and what-have-yous written in it, and it's my preferred prototyping / build it in anger toolset.
Re: Ask HN: What frameworks are currently used in a modern web stack?
#104No love for Django? Django/Postgres
Wish i could get the same money for django as i could for java and id switch today
Re: Ask HN: What frameworks are currently used in a modern web stack?
#105Earlier quoted context omitted.
Well you are letting Microsoft rule your life. Could go really good or could go really bad. With Django you have an actual community that drives the project.
dotnet core has a community driving the project. As for giving up being a developer, why? It's simple, straight forward and has never been frustrating to me.
Re: Ask HN: What frameworks are currently used in a modern web stack?
#106.NET Core with Entity Framework ORM and a relational database on the backend. Angular 1 on the frontend unless you have over 100 bound variables on a page, then consider ReactJS or VueJS.
The api surface of Angular is way too big to invest in, compared to the alternatives, of which there are many. ReactJS is vastly more popular for a reason, even though it arrived at a time when Angular already had a big following and huge momentum.
If you have a super simple front-end with few variables you don't need a framework anyway. Vanilla JS is fine. But React+Redux is killer once it starts to grow into a big SPA.
Re: Ask HN: What frameworks are currently used in a modern web stack?
#107Ruby on Rails or Node.js for the backend (API) and React for the front end. Rails is excellent for database migrations. Postgresql / MongoDb / Firebase for the database, depending on requirements.
I'm saying this as a Node.js user myself so I'm not putting down Node but... Node.js is not a "Framework" Sails.js is a framework. You could argue that Express is. But Node itself if not.
Re: Ask HN: What frameworks are currently used in a modern web stack?
#108Frontend: Angular/React
What is NOT popular anymore: RoR, Angular1, Express
Re: Ask HN: What frameworks are currently used in a modern web stack?
#109No love for Django? Django/Postgres
Maybe it is just hype but I am trying out Elixir. I am interested in the functional programming too so its a win -win for me.