13 comments

  • solardev 7 hours ago ago

    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

    • fsto 5 hours ago ago

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

      • solardev 4 hours ago ago

        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.

  • diegoholiveira 14 hours ago ago

    Didn't use it, but think nextjs would be a good choice on this scenario.

    • fsto 13 hours ago ago

      Yeah, it’s been a good choice before. Have you used any component library that’s increased your productivity significantly?

  • pestatije 9 hours ago ago

    PMF?

  • chistev 13 hours ago ago

    Svelte

    • fsto 13 hours ago ago

      Any component library you’ve gotten a good workflow with?

  • cranberryturkey 13 hours ago ago

    svelte + primatejs

    • fsto 5 hours ago ago

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

      • cranberryturkey 2 hours ago ago

        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.