Live data from Hacker News

Ask HN: What's your go to frontend stack for rapid MVP development?

news.ycombinator.com

11–14 of 14 posts

Re: Ask HN: What's your go to frontend stack for rapid MVP development?

#11

I really like Next.js + MUI: https://mui.com/ It's incredible how easy it is to make a dashboard-like app and customize it/extend it later. Check out their templates for some ideas: https://mui.com/store/#populars

Thanks for sharing! I haven’t checked out MUI before. Will check it out.

Re: Ask HN: What's your go to frontend stack for rapid MVP development?

#13
post #11

I really like Next.js + MUI: https://mui.com/ It's incredible how easy it is to make a dashboard-like app and customize it/extend it later. Check out their templates for some ideas: https://mui.com/store/#populars

Thanks for sharing! I haven’t checked out MUI before. Will check it out.

It's pretty incredible. Good documentation, easy to use, but still very powerful and extensible. Every component and prop can be overridden and modified when necessary, but the defaults make sense too.

I use it for every project now and it takes only a couple hours to get a functional MVP up and running.

MUI is really what sold me on the potential of the React ecosystem. It's so much nicer than writing HTML when you can actually compose an entire app out of widgets in a documented, vendor-supported way.

Re: Ask HN: What's your go to frontend stack for rapid MVP development?

#14
post #12

svelte + primatejs

Thanks for sharing! Do you have any component library you’ve felt productive using?

naah, i always roll my own. I don't like pre-built stuff especially when you work with custom designs. I don't use css crap either like scss or tailwind, just vanilla js, css and html as it should be.
Post reply on HN