Ask HN: What technologies should I learn to build my Saas web app
1–10 of 11 posts
Re: Ask HN: What technologies should I learn to build my Saas web app
#2Re: Ask HN: What technologies should I learn to build my Saas web app
#3Pick a popular one, stick with it and focus on the product. They are all good enough to get you going. Finding customers is much more difficult than dealing with the technology.
Re: Ask HN: What technologies should I learn to build my Saas web app
#4If you do need (or simply want) to use a front-end framework, I would pick Vue.js as it's designed to be 'gradual' and so has a smoother learning curve. I suggest using single file compoonents (.vue extension) with properties and events and go without a central shared state.
Historically, React has been more popular and has a bigger job market. e.g. I use React at work and Vue for personal projects. I can't comment much on Angular other than the 1.x/2.x+ split isn't great for googling answers and many Anguar apps I've used are slow.
"Focus on product" as @maxxxxx puts it is the best advice. Work backwards from a goal. E.g. I want to release a product with x,y minimal features by z date on Product Hunt. Try to get others' hand on your app to get feedback and drive development based on usage/needs.
Re: Ask HN: What technologies should I learn to build my Saas web app
#5Re: Ask HN: What technologies should I learn to build my Saas web app
#6Use Django. Check out the major frontend frameworks (React, Vue, or Angular) and pick the one that looks good to you. From there, you should be able to find tutorials on how to hook up that framework with Django.
Re: Ask HN: What technologies should I learn to build my Saas web app
#7Re: Ask HN: What technologies should I learn to build my Saas web app
#8Re: Ask HN: What technologies should I learn to build my Saas web app
#9Pick a popular one, stick with it and focus on the product. They are all good enough to get you going. Finding customers is much more difficult than dealing with the technology.
Re: Ask HN: What technologies should I learn to build my Saas web app
#10Also, don't be afraid of embracing multi page app versus going for a single page app (they're largely overrated).
For front end CSS design framework, I'd recommend something like Bulma. Very easy, modern and CSS-only. You can learn it all in less than an hour.