Hey HN, my goal with Divjoy is to make it ridiculously easy to start a new React project. You just select all the things you want in your codebase (UI kit, React framework, auth provider, analytics, form handling, etc), pick a template, then export it as a complete codebase that you can keep building on. All the UI logic like routing and auth flows just works. It also has a built-in editor which I think is pretty nif…
This is awesome! I am a frontend noob and I've been learning a whole lot of things last 4 weeks and got a Vue SPA with Cognito auth, AWS amplify, Quasar and Vuex. I don't like the output I see in the browser and it pisses me off really. I am yet to cover UX, CSS/Stylus/SCSS and I see a bunch of bundle size warnings that I've no idea how to fix. For people like me, this project would reduce the bootstrap time signific…
Show HN: Divjoy – React Codebase and UI Generator
101–110 of 133 posts
Re: Show HN: Divjoy – React Codebase and UI Generator
#102Hey there should be a collapse/expand button for component And thanks for creating this. This is so far the best dev product I have seen in a while
Re: Show HN: Divjoy – React Codebase and UI Generator
#103Hey HN, my goal with Divjoy is to make it ridiculously easy to start a new React project. You just select all the things you want in your codebase (UI kit, React framework, auth provider, analytics, form handling, etc), pick a template, then export it as a complete codebase that you can keep building on. All the UI logic like routing and auth flows just works. It also has a built-in editor which I think is pretty nif…
Re: Show HN: Divjoy – React Codebase and UI Generator
#104We recently started using another scaffold generator from http://scaffoldhub.io . It’s similar to this but geared more for apps than for marketing sites. It allows you to build out a complete data model and backend. It’s got a lot more features but they add complexity to the code that might not be needed for everyone.
That's the proper thing to call it: scaffolding or boilerplate. "Codebase generator" sounds like an excuse to charge for the output it produces. Instead of that's just scaffolding I can imagine well, yeah, we used a codebase generator, that's just smart, isn't it? Should we do everything manually? Divjoy looks pretty cool but I think I'll avoid it out of principle.
Re: Show HN: Divjoy – React Codebase and UI Generator
#105Hey HN, my goal with Divjoy is to make it ridiculously easy to start a new React project. You just select all the things you want in your codebase (UI kit, React framework, auth provider, analytics, form handling, etc), pick a template, then export it as a complete codebase that you can keep building on. All the UI logic like routing and auth flows just works. It also has a built-in editor which I think is pretty nif…
Really cool -- and super-ambitious! Have you looked at Gatsby recently?
Re: Show HN: Divjoy – React Codebase and UI Generator
#106Earlier quoted context omitted.
That's the proper thing to call it: scaffolding or boilerplate. "Codebase generator" sounds like an excuse to charge for the output it produces. Instead of that's just scaffolding I can imagine well, yeah, we used a codebase generator, that's just smart, isn't it? Should we do everything manually? Divjoy looks pretty cool but I think I'll avoid it out of principle.
Hey, is the main issue you have with Divjoy that it uses the term "codebase generator" or was there something about how it works that you didn't like? To be honest, I'm not a huge fan of "codebase generator" either. Open to changing it if it seems weird or meaningless to people.
Re: Show HN: Divjoy – React Codebase and UI Generator
#107Earlier quoted context omitted.
Hey, is the main issue you have with Divjoy that it uses the term "codebase generator" or was there something about how it works that you didn't like? To be honest, I'm not a huge fan of "codebase generator" either. Open to changing it if it seems weird or meaningless to people.
That was just my reaction to it. I think it sounds catchy. I would just leave it and see how it works. I'm not the target audience because stock create-react-app and create-next-app (and rails new) are more boilerplate than I like for starting a project, though I'll look at custom boilerplate for inspiration.
Re: Show HN: Divjoy – React Codebase and UI Generator
#108Looks awesome, are there going to be more choices coming?
Re: Show HN: Divjoy – React Codebase and UI Generator
#109I'm curious to hear about your future plans for monetization? Premium blocks? Concurrent sites creation limit?
I can also see that right now the project is cached in the browser session. Any plans to have import/export of project files in order to better manage several projects at once? Or a desktop version?
Re: Show HN: Divjoy – React Codebase and UI Generator
#110This is awesome, great work! One piece of feedback is that currently all of the components seem around designing static components. I'd love to see support for lists, dropdowns, etc, and ideally with the accompanying connect code to wire up a store with the renderer
Hey Martin, thanks for checking it out! Yeah, I'm eager to get a lot more dynamic components in there (lists, dashboards, social media feeds, dropdown menus, etc). Going to make that a focus over the next few weeks. These components will probably make it in before I have the data part figured out, but long-term want to find an elegant way to let the user pick from multiple data strategies (graphql, rest, etc) and jus…