GithubHelp home page GithubHelp logo

Comments (6)

leebenson avatar leebenson commented on June 6, 2024 1

There are so many interesting projects out there since creating this starter kit, that it really depends what you're trying to achieve.

For a general React framework, I'd probably go with NextJS. Hard to argue with the funding and commercial support being ploughed into it. It's also a first target for React Server, which makes it more interesting to me. There's a far higher likelihood the framework will be supported and upgraded vs. a solo-author starter kit like ReactQL.

For bolting on GraphQL, I'd choose either Url or Apollo on the client side. I tend to write GraphQL servers in Rust or .NET these days, but Apollo Server is an obvious choice for JS.

I use GraphQL Code Generator for generating types.

Beyond that, there's a bunch of interesting new libs. If you're doing a lot of DB access and want to build a GraphQL server on top of it, Prisma looks like a good JS choice with some commercial backing. I haven't used it in a project, so no personal experience with it.

In short-- I don't think starter kits are required, or make a whole lot of sense at a certain point. I built this one because I found myself reaching for the same tools over multiple projects. My preferred stack has changed since that time, especially for back-end projects, and I found myself choosing new tools that made this starter kit redundant.

For new front-end projects, I'd probably just go with NextJS, and layer what I need on top. For back-end, I'd choose something other than JS.

from reactql.

aoede3 avatar aoede3 commented on June 6, 2024

fyi clayallsopp/graphqlhub#53 (comment)

from reactql.

leebenson avatar leebenson commented on June 6, 2024

I'm not currently maintaining this starter kit. The last update was over a year ago, so third-party resources like this are likely to be redundant, and deps outdated.

Would recommend trying something else, or even better, rolling your own per your requirements. I don't think starter kits are very useful in production.

from reactql.

************ avatar ************ commented on June 6, 2024

It would be great if there were simple instructions to run/populate the graphql server locally. Shame to see such promising work hidden behind a possibly relatively small entry barrier.

from reactql.

leebenson avatar leebenson commented on June 6, 2024

@************, thanks for your interest! My last commit to this project was almost 2 years ago. Even getting a local GraphQL instance running would likely be out of date due to missing or redundant libs. I'd recommend looking at other maintained libraries and starter kits rather than investing the effort into this right now. Thanks for checking it out, anyway!

from reactql.

************ avatar ************ commented on June 6, 2024

I understand Lee. When I ramp down my projects, I generally try to leave a Docker setup for future readers. But of course, you have absolutely no obligation of doing anything, your work already looks amazing, I'm mostly commiserating with OP.

Any suggestions of other projects doing similar things BTW?

from reactql.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.