Тёмный

Guide to the GraphQL Ecosystem 

Ben Awad
Подписаться 499 тыс.
Просмотров 61 тыс.
50% 1

Опубликовано:

 

15 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 102   
@letranvinhtri
@letranvinhtri 4 года назад
I love watching Ben videos because he does not force audiences to use any specific libraries. Instead, he points out libraries pros and cons. Every library is good and made by incredible people. Excellent video!. Thanks Ben
@jacksontaylor3220
@jacksontaylor3220 3 года назад
Unless it's angular
@samuelgunter
@samuelgunter 3 года назад
@@МихаилЧон AnGuLaR IsN'T A LiBrArY, iT'S A FrAmEwOrK
@gokuldinesh8851
@gokuldinesh8851 3 года назад
@@МихаилЧон bruhh. He is just saying his opinion and its more like a joke at this point
@NeilTruick
@NeilTruick 4 года назад
15:29 - "For this, I'm focusing on React, because that is the framework...excuse me, _library_ that I use." Ben, this is only the second video of yours I've watched because I just built my first working GraphQL server using express-graphql and I want to learn more. I clicked the Subscribe button because of the sentence above.
@bawad
@bawad 4 года назад
don't forget to follow me on twitter too ;) twitter.com/benawad/status/1185771363388346369
@ajaybanstola123
@ajaybanstola123 4 года назад
I'm gonna come to this video later, WHEN I NEED IT.
@Mustafaismail22
@Mustafaismail22 4 года назад
👍
@williamboshi1855
@williamboshi1855 4 года назад
lmao
@hsemog
@hsemog 4 года назад
Always appreciate you sharing your knowledge Ben! Thank you.
@waynevanson277
@waynevanson277 4 года назад
NOW I KNOW! I've definitely had trouble with how all the database services work together, but know I'm more informed. Thank you so much!
@PranayPratyush
@PranayPratyush 4 года назад
Need more content creators like Ben. If only Ben could analyze every ecosystem for me that would be great.
@tak68tak
@tak68tak 4 года назад
Thanks for a bird view explanation about GraphQL, which is really helpful to get better understanding it.
@petecapecod
@petecapecod 4 года назад
Ben that video was awesome 😎 Content: 🔥 Presentation: 🔥 Delivery: 🔥
@bawad
@bawad 4 года назад
Thank you 🙂
@ferdinandocoluccelli9574
@ferdinandocoluccelli9574 4 года назад
Hi Ben, thank you for this video that gives a full view of usingGraphQL. You are very clear in your explanation.
@bawad
@bawad 4 года назад
thanks
@JonParton
@JonParton 4 года назад
Great run down Ben! Been starting my graphql journey and you hit on all the tech that I've ended up researching and a few more!! Thanks for sharing!
@pranav.bhasin
@pranav.bhasin 2 года назад
I'd love to hear a more recent version of this video
@omemester6985
@omemester6985 3 года назад
Would love to see an updated Prisma review on the channel
@Tyler8Oliver
@Tyler8Oliver 4 года назад
I personally like to front my data and business layers with either a restful or rpc interface that graphql then communicates to to get the data needed for its consumer.
@nbaua3454
@nbaua3454 4 года назад
Bro, you're always awesome with graphql stuff.. love this video. kudos
@guyman8282
@guyman8282 4 года назад
Personally I love Ariadne (schema first python) for graphql backend and nuxt (vue framework) frontend. Super simple yet super powerful
@xiaokourou
@xiaokourou 4 года назад
guyman8282 I like that stack a lot but I’m wondering how you handle offline and sync merge conflicts without using appsync
@JuanSB827
@JuanSB827 4 года назад
This channel is gold
@bawad
@bawad 4 года назад
Thanks!
@RiccoSobers
@RiccoSobers 4 года назад
Great video. I really like the TypeORM + TypeGraphQL. Even though I'm not a big fan of class syntax (preference) but this seems very efficient. Isn't KnexJS a query builder and Objection uses KnexJS under the hood. Prisma 2's Photon is an interesting ORM
@danieldosen5260
@danieldosen5260 4 года назад
+1 for typeorm and type-graphql. I'm also a big fan of mobx - but am not sure how mature mst-gql is for client-side work. Try it and let us know :)
@fullofcaffeine
@fullofcaffeine 4 года назад
I'm using it and albeit I'm finding some bumps along the way, all of them so far were related to the learning curve :) It's actually quite awesome.
@khaldrogo9451
@khaldrogo9451 3 года назад
9:23 - I have come from the future, where the current future of typeorm is uncertain (the maintainer isn't sure if he will be spending more time on it going forward). After much research, I have decided to use mikro-orm instead. Anyone that might be making the same choice, I hope my decision proves helpful.
@andriyleliv4608
@andriyleliv4608 2 года назад
Great - thank you.
@VladyVeselinov
@VladyVeselinov 4 года назад
When you're dealing with big schemas that you're not familiar top to bottom, code-first gql is REALLY cumbersome to read and detters people from contributing to the codebase. If you're going to work on an app with multiple people, especially large teams, I'd advise you go for the schema-first approach.
@bawad
@bawad 4 года назад
this is where graphql-playground comes in handy to see the entire schema I actually like code-first better for large projects because the typedefs and resolvers are together
@JDiculous1
@JDiculous1 4 года назад
absolute gold, thanks!!
@MrJohn360
@MrJohn360 4 года назад
Great video, thanks for sharing!
@planetmall2
@planetmall2 4 года назад
Great job with this video.
@FalconStakepool
@FalconStakepool 2 года назад
Great overview about GraphQL. What would you use for debugging a GraphQL that seems to respond correctly but it's showing the schema incorrectly? I would like to know what's going on but I have no error message.
@indestructible-today
@indestructible-today 3 года назад
Thanks this really helped me
@gersongarrido5153
@gersongarrido5153 4 года назад
Thanks for your videos Ben! I have a little request 🥺, can you make a video using serverless and Apollo server. I couldn't find any good example with a postgres connection.
@bawad
@bawad 4 года назад
when I learn serverless, sure
@ProgrammingwithPeter
@ProgrammingwithPeter 4 года назад
I totally love NestJS, is going to get big if it gets a community!
@cuppajoe5777
@cuppajoe5777 4 года назад
I think there's a lot of misconceptions in what GraphQL should be used for; You talked about having to sync your database to the GraphQL schema. A better way is actually to split up the concerns of how you store your data and how that data is accessed and operated upon. GraphQL is a great way to think about what data your application provides without leaking the specifics of how that data is stored. You could have multiple databases in different ways, and unify the access through GraphQL. You could argue that generating the types would be helpful, but then you're tying your GraphQL schema to your database and that has the consequence of having to update the schema on each change to underlying data. A way to think of this is, when you flesh out details about what your application is about, GraphQL can be a great tool to specify the kinds of data that should be visible in the UI. It's establishing a contract between consumer and provider, rather than implementation details.
@bawad
@bawad 4 года назад
You can pick which fields you expose from the database and still share models
@cuppajoe5777
@cuppajoe5777 4 года назад
@@bawad That is true for TypeORM in this case, but my point was more that you could use GraphQL to define the data that your UI needs, rather than defining the schema 1:1 with the database. Coupling GraphQL to your database has its drawbacks. First, you leak information about _how_ your data is stored, rather than _what_. This can make it difficult to keep a consistent schema across services and databases. It also makes scaling very hard when using different data sources. You'll need to define a source of truth for what data is available. I say this from my experience working with GraphQL and a variety services with different databases and endpoints. We ended up with a single GraphQL schema that defined the data that should be available in the UI. Types can be based on the data that different services provided, and the resolvers would take care of fetching and prepare the data when being queried. This also tied perfectly in with caching as we can use the schema to verify the schema of data in cache (using in-house tools) and deprecate anything with GraphQL if needed.
@bawad
@bawad 4 года назад
yeah that's a good point, there are times where the data needs for the UI are totally different from the database
@HeitorYT
@HeitorYT Год назад
Nestjs + Fastify + GraphQL + Prisma + PostgreSQL. That's a great backend, isn't it?
@jerrytab4276
@jerrytab4276 4 года назад
If you use mongodb and typescript you can use typegoose orm its like typeorm
@hansjaru
@hansjaru 4 года назад
I have used fetchql. very small.
@devdiedelta2706
@devdiedelta2706 3 года назад
Thanks so much for all you do. Huge fan . Do you have a patreon ?
@koistya
@koistya 4 года назад
For those who’re curious how a code-first GraphQL API implementation may look like, check out Node.js API Starter Kit on GitHub.
@koistya
@koistya 4 года назад
There many useful hidden features. For example, whenever you update PostgreSQL schema (migration), it automatically updates all the TypeScript definitions for db tables and enums (see yarn db:reset).
@Shoutiez
@Shoutiez 4 года назад
Hi Ben, Could you make a video about authentication system and basic product CRUD with this stack. Backend: Node.js + GraphQL + Passport.js(local strategy) + postgresql with sequalize / frontend: react react-apollo? I can't find tut video for if you can do this would save my life.
@hsemog
@hsemog 4 года назад
Niwat A he already did a video a month ago about jwt, graphql and react.
@lucasquinnlife
@lucasquinnlife 4 года назад
There's two problems you didn't meation but pretty important. 1. Auth. 2. Local state. 1. This belongs to middleware or server, apollo server could handle this, but others' solutions are pretty different. It confuses many people. 2. How to handle local state in frontend, apollo-client always try to beat Redux, but their solution really sucks, I'm wondering if I should use their solution(I know it's a little combersome, but I really don't want two sources of truth), or set up a separate context store.
@bawad
@bawad 4 года назад
1. I like to use middleware for this 2. for local state I use useState/useReducer
@fullofcaffeine
@fullofcaffeine 4 года назад
@@bawad Could you elaborate on how you use `useState`/`useReducer` together with your choice of graphql client/server libs?
@bawad
@bawad 4 года назад
I don't mix them. If I need data from the api I use apollo if I need local state I do useState/useReducer
@tjalferes
@tjalferes 4 года назад
thanks
@-Jakob-
@-Jakob- 4 года назад
Perfect, almost all the stuff I'm using for my current project is what Ben recommends. type-graphql together with TypeORM is really nice, for SPOT/SSOT's sake, don't miss it.
@DanishAnton
@DanishAnton 4 года назад
Hey Ben, is SSR not a concern to you when building apps? I'm checking out Gatsby due to built in SSR. As always, great videos!
@bawad
@bawad 4 года назад
It is sometimes Gatsby is a good choice
@artakan303
@artakan303 4 года назад
I noticed you were a big fan of feather js 2 years ago, but you don't mention it any more in the eco-system ? Is there a reason? I just discovered this framework and I think it's great ... Your view on this would be greatly appreciated, thank you.
@bawad
@bawad 4 года назад
I liked it for REST, but didn't find it useful for graphql
@xiaokourou
@xiaokourou 4 года назад
Hi Ben, great video! One thing I’ve really been struggling with is how to do offline and handle sync merge conflicts without using AWS appsync. I saw a library extending apology called offix and also read about using pouchdb but offix seems too new and pouchdb I think doesn’t map relations? Could really use some advice before I commit to one.
@bawad
@bawad 4 года назад
sorry, don't have any experience with offline syncing
@vitor14
@vitor14 4 года назад
Hi Ben, i really like your videos. I have a question: graphql sacrifice performance in comparation with a rest api? Like in the amount of request per second, i cant find a good benchmark
@bawad
@bawad 4 года назад
I don't know of any benchmarks either but graphql is slower . For most applications it should negligible
@JingTeee
@JingTeee 4 года назад
Does URQL needs graphql? It will increase bundle size.
@srglmr
@srglmr 3 года назад
I’m new to all these names Is this all work in nodejs ? Or is it something else ?
@reinvanimschoot3314
@reinvanimschoot3314 4 года назад
What is your opinion on the fact that TypeORM has currently over 1k open issues? It feels like the project is just not actively maintained which is why I went with Knex/Objection instead, but I'd be curious to hear why you'd still recommend it.
@bawad
@bawad 4 года назад
Yeah it was unmaintained for a while, but I think it's getting some attention now. But yeah that part of it is unfortunate. If you could mix GraphQL with the Objection/Knex models I would recommend them, but right now only typeorm can do that
@ComisarioLobo
@ComisarioLobo 4 года назад
Hi Ben, do you know how Gatsby works under the hood with GraphQL? Also do you recommend using NextJS?
@bawad
@bawad 4 года назад
1. I don't 2. yes
@abhisheksah
@abhisheksah 4 года назад
cool
@Hugo280603
@Hugo280603 4 года назад
I wouldn't recommend Prisma, it has a lot of bugs, missing features and they stopped the development for prisma v1 to focus on v2
@blacklotus1606
@blacklotus1606 4 года назад
@Ben Awad I have a question if you do not mind, have you ever used Redux when using graphql with apollo-server. and what are your thoughts on using Redux with graphql and apollo-server ? Thank you very much and love your content.
@bawad
@bawad 4 года назад
I haven't, I usually use useState/useReducer for local state with graphql
@blacklotus1606
@blacklotus1606 4 года назад
@@bawad okay great, i was looking into it.thanks
@Jack-kf9vs
@Jack-kf9vs 3 года назад
i think you can use the zustand
@fullofcaffeine
@fullofcaffeine 4 года назад
Do you have any pointers on how to use join-monster and or data-loader with a typeorm+typegraphql stack?
@bawad
@bawad 4 года назад
Haven't done any videos specifically with join-monster/dataloader and typegraphql, but it should be the same ru-vid.com?search_query=benawad+dataloader
@JanieLe2109
@JanieLe2109 4 года назад
hi, could you pls share how do you pass value of date time into a data field of a graphql mutation in the playground? Thanks
@bawad
@bawad 4 года назад
iso formatted string
@jacksmith870
@jacksmith870 4 года назад
Hey ben, what do you do for living? Is youtube your full time work?
@bawad
@bawad 4 года назад
I'm working on www.mysaffronapp.com/ fulltime and youtube part time. I have money saved up from consulting + some comes from youtube ads / patreon
@wassim5622
@wassim5622 4 года назад
Really great vid, but cant i use mysql with graphql ? will i run into problems ?
@bawad
@bawad 4 года назад
you can use any db with graphql including mysql
@wassim5622
@wassim5622 4 года назад
@@bawad Oh, thanks
@creative-commons-videos
@creative-commons-videos 4 года назад
is realm still active with react native, i am not able to find any latest videos realm database in 2019 or even 2018, all videos are almost 2 years old :) should i use it or not ?
@bawad
@bawad 4 года назад
I think realm is dead
@mi3lix9
@mi3lix9 4 года назад
Can we use type graphql with firebase?
@bawad
@bawad 4 года назад
Idk I've never tried firebase
@fullofcaffeine
@fullofcaffeine 4 года назад
How do you integrate DataLoader with TypeORM?
@fullofcaffeine
@fullofcaffeine 4 года назад
Found an article that might help: codeburst.io/using-dataloader-with-graphql-a-concrete-example-9b21352f1676.
@bawad
@bawad 4 года назад
here's one example of how I do it: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-_FQ1ZEWIn2s.html
@nicky-hajal
@nicky-hajal 4 года назад
What lead you away from Postgraphile/Hasura? I've been trying out Postgraphile and love it in theory, but finding authentication + mixing in my own mutations to be a bit of a bottleneck in reality.
@bawad
@bawad 4 года назад
1. didn't want to write postgres functions 2. didn't want to use serverless
@lucasquinnlife
@lucasquinnlife 4 года назад
I really love hasura, but the biggest problem is auth. Another problem is I don't wanna use many serverless functional, so I'm wondering if I should write native postgres functions in my datadata to achieve some business logic.
@tenminutetokyo2643
@tenminutetokyo2643 4 года назад
DOOD!
@TheRandomGuyOnline
@TheRandomGuyOnline 4 года назад
Anyone ever tell you that you look like a little bit like Cillian Murphy
Далее
My GraphQL Performance Problem
13:33
Просмотров 49 тыс.
GraphQL vs REST for Side Projects
14:15
Просмотров 91 тыс.
Real respect sig
00:48
Просмотров 1,5 млн
Раскрыла секрет дочки!
00:37
Просмотров 468 тыс.
GraphQL N+1 Problem
16:14
Просмотров 109 тыс.
Typescript Generics Tutorial
21:56
Просмотров 219 тыс.
The Hidden Cost Of GraphQL And NodeJS
28:35
Просмотров 191 тыс.
Benchmarking GraphQL Node.js Servers
19:08
Просмотров 42 тыс.
How GraphQL Resolvers Work
15:12
Просмотров 41 тыс.
Typescript GraphQL CRUD Tutorial
26:59
Просмотров 67 тыс.
The Truth About GraphQL
12:06
Просмотров 99 тыс.
What Is GraphQL?
14:27
Просмотров 450 тыс.
GraphQL Basic Types
19:07
Просмотров 29 тыс.