Ask HN: What's is your go to toolset for simple front end development?
11–20 of 295 posts
Re: Ask HN: What's is your go to toolset for simple front end development?
#12Didn't get that far with that project to see how it works when the code base scales. I would probably pick the same setup for my next greenfield project.
Re: Ask HN: What's is your go to toolset for simple front end development?
#13Re: Ask HN: What's is your go to toolset for simple front end development?
#14This will get you a looong way and you don't even need npm for it.. just copy the minimized files into your source folder.
Re: Ask HN: What's is your go to toolset for simple front end development?
#15Re: Ask HN: What's is your go to toolset for simple front end development?
#16So even though I had bad experience with AngularJS, I still decided to learn Angular instead of React and Vue several years ago.
But if you only have some small projects, TypeScript is not better than JavaScript.
Re: Ask HN: What's is your go to toolset for simple front end development?
#17This way it's easy to write and maintain. Looks okay. Fast feedback cycle during development. No need for build steps. Works in browsers without JavaScript. Works well on desktop and mobile devices.
Highly recommended if suits your needs.
Re: Ask HN: What's is your go to toolset for simple front end development?
#18Re: Ask HN: What's is your go to toolset for simple front end development?
#19[0] https://reactjs.org/docs/create-a-new-react-app.html#create-...
Re: Ask HN: What's is your go to toolset for simple front end development?
#20I just read that you didn't want to troubleshoot html, css and js, so my goto toolkit for simple UIs might not fit your bill, but hear me out :) At work, when I do internal tools, they are usually well received. They also pass just below the threshold of having their looks be judged. They're not ugly, because they're almost not there. Very plain HTML: HEAD+TITLE, H1, H2, UL, OL, A, IMG, INPUT, BR, TABLE, P Javascript…