Building a Notion Clone with React Native Expo & Prisma | Local-First Tutorial

Sdílet
Vložit
  • čas přidán 28. 08. 2024

Komentáře • 40

  • @TestYt4
    @TestYt4 Před měsícem +3

    Oh thanks god. Beto. I’m learning prisma and I found this for react native which is perfect. Please do second part of this tutorial please. You see the future tech that no one make it yet. Well done

  • @mattl7599
    @mattl7599 Před 16 dny +1

    Would love for you to do a course with Supabase!

  • @cesswhite
    @cesswhite Před měsícem +1

    omg! This is pure gold, thank you for sharing Beto

  • @Momosiro_ch
    @Momosiro_ch Před 5 dny

    Awesome🎉

  • @playlist-d3
    @playlist-d3 Před měsícem +1

    Hats off your hardwork @code with beto ❤ can you do more Chatapp in expo with firebase

  • @ericsonl_
    @ericsonl_ Před měsícem

    Awesome tutorial with prisma orm 🔥

  • @kasraafshari4293
    @kasraafshari4293 Před měsícem

    really awesome thank you so much dear Beto.

  • @samfights
    @samfights Před 17 dny

    can this work on the desktop (mac)?

  • @yogeshprakhar
    @yogeshprakhar Před 23 dny +1

    I am using my android phone and while installing prisma and setting up the db code at 40 timestamp, I'm facing error @prisma/react-native failed to initialize
    Any solution for that ?

  • @itsliquidistic8239
    @itsliquidistic8239 Před 9 dny

    Hey @codewithbeto i've been watching your tutorials and all of em are superb and easy to understand..And will you be able to make a perplexity react native clone? it would be game changing..never seen anyone making a tutorial on this. Thanks in advance

  • @xray788
    @xray788 Před 22 dny

    Beto. Can you please make a video on creating and integrating NFC or RFID tag for react native? So you can have a digital tag to scan into say a fitness center? Amazing video btw!

  • @Mossad84
    @Mossad84 Před 15 dny +1

    It makes me confused. If we use (!loaded && !isLoading) {return null}. Does it mean the component will render in cases: (loaded && !isLoading), (loaded && isLoading), (!loaded && isLoading)?

    • @Mossad84
      @Mossad84 Před 15 dny

      You said: "we can prevent rendering if we are loading". So why do you use: (!loaded && !isLoading) {return null}. I think it should be (!loaded || isLoading) {return null}

  • @munna5553
    @munna5553 Před měsícem +1

    I'm the only who know how much valuable you are 😊😊

  • @rothdev456
    @rothdev456 Před měsícem

    pretty awesome 🤩

  • @lala-wb7gi
    @lala-wb7gi Před 23 dny

    How to use 'dotenv' and the .env file in React Native

  • @Soap_js
    @Soap_js Před měsícem

    thanks beto

  • @prashlovessamosa
    @prashlovessamosa Před měsícem

    Great thanks for sharing Beto

    • @codewithbeto
      @codewithbeto  Před měsícem

      Glad you enjoyed it

    • @prashlovessamosa
      @prashlovessamosa Před měsícem

      @@codewithbeto hey beto please make a video on features after sometime that you have told in th last conclusion.

    • @codewithbeto
      @codewithbeto  Před měsícem

      @@prashlovessamosa will do

  • @wisdomelue
    @wisdomelue Před měsícem

    great one💯

  • @user-dj9ud6vj3j
    @user-dj9ud6vj3j Před měsícem

    Env is not working in production level for google map api

  • @madmaxdev
    @madmaxdev Před měsícem

    why not drizzle orm?

  • @sampawria
    @sampawria Před měsícem

    When is its 2nd part releasing?

    • @codewithbeto
      @codewithbeto  Před měsícem

      The sync engine is under development and we don't have a release date yet! Once is ready I'll make a post to let everyone know :)

  • @peladno
    @peladno Před měsícem

    Question, why you say local-first? when you are not connecting to a external api? Because the idea of local-first is to hable to use the app without internet connection but is to able sync the data once you are connected.

    • @sourabhsingh4515
      @sourabhsingh4515 Před měsícem

      he will create a part 2 of this video to add this functionality

    • @codewithbeto
      @codewithbeto  Před měsícem

      Part two will address this issue! Waiting on the prisma sync engine to be released

  • @user-fv8pe4hi5b
    @user-fv8pe4hi5b Před měsícem

    Same sone e-commerce app please 🙏

  • @newadClass
    @newadClass Před měsícem

    Hello Beto your website bugs NaN views. Give me this project figma.

  • @arupde6320
    @arupde6320 Před měsícem

    github ??

  • @sampawria
    @sampawria Před 8 hodinami

    prisma:error
    Invalid `prisma.notionFile.create()` invocation:
    Foreign key constraint failed on the field: `foreign key`

  • @igwekennedy3033
    @igwekennedy3033 Před měsícem

    Nice one bro great job

  • @sampawria
    @sampawria Před 8 dny

    FAILURE: Build failed with an exception.
    * What went wrong:
    Execution failed for task ':expensify_react-native-live-markdown:compileDebugJavaWithJavac'.
    m getting this error when i run yarn android
    if i remove expensify_react-native-live-markdown library from the project then it builds successfully