Keep up the good work Vadim your content is always updated and the best.
@somerandomchannel382 Жыл бұрын
Timecodes 1: Initial commit - 07:00 2: QuestionListItem - 11:30 3: Home page UI: FlatList of Questions - 45:00 5: Question Detailed Page - 52:00 6: Answer FlatList - 1:16:00 7: Markdown parser - 1:29:00 8: Init Stepzen - 1:59:30 9: StepZen GraphQL API - 2:06:00 10: Query our graphql api using urql - 2:40:00 11: Search Extra 7: npm i html-entities npm i react-native-markdown-display --legacy-peer-deps X: VSCode setup - 1:37:30 X: Talk about SO API - 1:44:00 X: Talk about SO API - 1:44:00 X: Talk about GraphQL benefits - 1:51:00 X: Showcase StepZen - 1:54:00 X: Install/Docs StepZen CLI - 1:56:00 """ npm install -g stepzen stepzen login dashboard.stepzen.com/account - keys & account name What is your account name?: ___ What is your admin key?: *** You have successfully logged in with the ___ account. stepzen whoami """ 8: 8a: Showcase Stepzen Rest to GQL - 2:01:00 """ stepzen init ? What would you like your endpoint to be called? api/stackoverflow showcase stepzen rest to gql - 2:04:00 """ stepzen import curl introspection.apis.stepzen.com/customers --query-name "customers" --query-type "Customer" --name "customers" ? What would you like your endpoint to be called? api/stackoverflow stepzen start **dashboard site** graphql apis """ 9: X: SO API with type Question - 2:07:00 X: Combine types with materializer - 2:28:00 """ type Question { ... answers: [Answer] @materializer( query: "answers { items }" arguments: [{ name: "questionId", field: "question_id" }] ) """
@lfm_00 Жыл бұрын
for anyone struggling with the style of the question list item, i had to bring back the "asChild" prop of the Link component and change the View child for Pressable. For some reason my style got affected by not adding this, not sure why it worked fine with him
@RixtronixLAB Жыл бұрын
Nice video, thanks :)
@SuperYoda7 Жыл бұрын
I love your content! Please could you consider doing a t3 expo App using trpc for the backend, and Clerk for the authentication? I know it's quite niche but I really like the idea of having type safety from client to database.
@voila_az6 ай бұрын
моему каналу - два года. развиваюсь очень медленно, но это происходит. За это время многому научилась. Спасибо вам за видео и за ваши труды!
@AnibalGutierrezYoSoy Жыл бұрын
Es genial! También activaras los comentarios?
@trajcebelogaski1336 Жыл бұрын
wow thank you, now i can have fun!
@shelbyrothman4522 Жыл бұрын
part of the club!
@lfm_00 Жыл бұрын
Did anyone try logging with stackoverflow using expo auth session? im struggling with it.. please vadim can you do a video about expo auth session, im not sure if you already did, but anyway, it would be really helpful! i love your videos, thank you !
@MaheshtheDev Жыл бұрын
Great Tutorial Sir, Please make Clone of Fitness app in React native
@tanishqava8667 Жыл бұрын
Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: undefined. You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports. help
@sethmwebi Жыл бұрын
Thank you Vadim
@usmanmarkaz Жыл бұрын
Vadim sir plz make Ecommerce project
@sufianbaig4080 Жыл бұрын
plz do clone of fitness app in react native
@cubedev4838 Жыл бұрын
Please make this backend using laravel
@davidadokuru8139 Жыл бұрын
I’d love this
@motle-jk7xo9 ай бұрын
expected a string (for built-in components) or a class/function (for composite components) but got: undefined.
@JIPP7198410 ай бұрын
Not in typescript?
@notjustdev10 ай бұрын
Not this one, no
@JIPP7198410 ай бұрын
@@notjustdev Ok thanks for the great content. I was looking at the fullstack course is it still up to date? Really enjoying learning react native