Ask HN: What stack would you use to build a CRUD web app in 2018?
1–10 of 184 posts
Re: Ask HN: What stack would you use to build a CRUD web app in 2018?
#2Re: Ask HN: What stack would you use to build a CRUD web app in 2018?
#3Re: Ask HN: What stack would you use to build a CRUD web app in 2018?
#4Most of the times a good old non-SPA with NodeJS / Express / Some ORM with vanilla JS / Handlebars and SASS will do the job without having a huge technical debt.
If on the other hand the requirements are to have a more complicated SPA, I would go with React / Redux and a NodeJS / Express / ORM for the API. Hosting the front-end on an S3 and the backend on a Digital Ocean Droplet.
Re: Ask HN: What stack would you use to build a CRUD web app in 2018?
#5For JS, Vue.js probably. Though I'm still using Backbone + Marionette.
Re: Ask HN: What stack would you use to build a CRUD web app in 2018?
#6The stack ist mostly Java with Spring and AngularJS on the frontend.
Re: Ask HN: What stack would you use to build a CRUD web app in 2018?
#7Back end: Java 9 JVM, Spring Boot web service, Kotlin, plain SQL via JdbcTemplate working with Kotlin data classes, Liquibase for DDL and migrations, Spring caching with redis if need be, Postgres, deployment via docker to AWS Fargate
Front end: Angular... but I’d like to try Vue. Nginx and docker to Fargate
Re: Ask HN: What stack would you use to build a CRUD web app in 2018?
#8Re: Ask HN: What stack would you use to build a CRUD web app in 2018?
#9Interesting enough, it probably means the market is still growing.