This tutorial is sponsored by ✨IBM StepZen✨ - a GraphQL server with a unique architecture that helps developers build APIs fast and with less code ❇ Get your free account here: bit.ly/3SVNVxx
@vitorpeixoto232410 ай бұрын
Another great video, Vadim ! Thanks!
@notjustdev10 ай бұрын
Thank you too!🙌
@abdullahaboayesha10 ай бұрын
Vadim , this tutorial is super timely , Thank you so much :) You are the go to mentor for react native knowledge.
@notjustdev10 ай бұрын
You are welcome!🙌
@JULIUSMOMANYI-s3v10 ай бұрын
Hello Vadim, I have a simple request can you kindly do one on how to write test cases for mobile apps. I love your teaching style, and delivery of content.
@malikhassan891910 ай бұрын
highly appreciated
@notjustdev10 ай бұрын
Great suggestion! Share it on our Idea Board: github.com/orgs/notJust-dev/discussions
@katievogel2873 ай бұрын
Great video. Thank you, Vadim!
@notjustdev3 ай бұрын
Thank you! You are welcome! 🙌
@ttaylor99163 ай бұрын
Will have to look at stepzen!
@StojancheManev4 ай бұрын
One of the GraphQL benefits everyone mention is they can get results only that they requested and they can get nested results. BUT with React you send a QraphQl based request to the NodeJS/Express with the query and desired fields and then from the Node you fetch in the db desired fields with ORM so the cost is from the node to DB and GraphQl role is NON here, any ORM or pure query can be optimized and you can bring as many nested data, ORM(with method and select) or RAW query joins . Can you elaborate on this?
@resolvetv02 ай бұрын
You are the best
@jm-ye1bv9 ай бұрын
Hey Vadim, im a great fan od your Channel! i always hated javascript, then started with ReactNative, now im into a project and i suddenly again see your amazing skills! i started learning graphql and im using mongo and in a different tutorial i saw, that its possible to implememnt an auth flow and request authentication throu a middleware, how is this possible with yoga? will you implement this maybe in a future stream? i would be really amazed seeing this
@Mahadev-x7u10 ай бұрын
Thank you so very much….🔥💯
@notjustdev10 ай бұрын
You're welcome!
@Siimaaaaaaaa9 ай бұрын
Hello vadim, thank ymuch for this video, but i still have a problem idk exactly what i get always 404 error when i try to set up a full stack app using vue.js apollo client vuetify and in the backend Node.js graphql and sequelize, my app is working in the backend i tested it by postman but when i try to fill the fields in the front i got 404 error, do you have any suggestions to solve this error ? I am reaaly struggling with it And thaank you soo much