How to build a Chat Application with React under 10 minutes (3 steps)

แชร์
ฝัง
  • เผยแพร่เมื่อ 20 ก.ย. 2024
  • 🔥🔥 Source code is available in below website Integrations 🔥🔥
    fullstackindep...
    How to build a Chat Application with React in under 10 minutes
    #React #chatbot #PracticalReact

ความคิดเห็น • 35

  • @fullstacktechies6439
    @fullstacktechies6439  ปีที่แล้ว

    🔥🔥 Source code is available in below website Integrations 🔥🔥
    fullstackindepth.com

    • @satwik-ej6us
      @satwik-ej6us ปีที่แล้ว

      bro reduring every question two times

    • @sanjaykandula4240
      @sanjaykandula4240 2 หลายเดือนก่อน

      link not working bro

  • @nnamdivictor2505
    @nnamdivictor2505 ปีที่แล้ว +1

    pls do you have the styled component as a file somewhere? or it is part of the simple chatbot. If the component is somewhere how can I access it.

  • @leapchanvuthy
    @leapchanvuthy 11 หลายเดือนก่อน +2

    The issue in this Chatbot library is it will replies twice or 3 times . To solve this problem , Please remove React Strict Mode from index.js file .

    • @thala-wq4cu
      @thala-wq4cu 8 หลายเดือนก่อน

      how to remove it bro

  • @abhisek753
    @abhisek753 ปีที่แล้ว

    Good brother nice tutorial.Can you suggest me how can I implement modal on it so that modal will float and when user clicks on it chat option open?

  • @eshasingh4129
    @eshasingh4129 11 หลายเดือนก่อน +1

    Hey can you please let me know how will i can add this chat application in my mern website how can I'll integrate this

  • @thesiddiqui7
    @thesiddiqui7 8 หลายเดือนก่อน

    its work properly but how we display the query of user at my dashboard??

  • @abdulfaim3568
    @abdulfaim3568 11 หลายเดือนก่อน

    now it is static user response is not store anywhere could you please tell me how to store user response and make it dynamic

  • @vishnurao-o9p
    @vishnurao-o9p 7 หลายเดือนก่อน

    Hi can anyone help me, my chatbot is appearing on the left side instead of the right

  • @kushbhasin2287
    @kushbhasin2287 2 ปีที่แล้ว +2

    hey can u pls tell me why my chatbot is showing chats twice?

    • @sheetaldadhich8310
      @sheetaldadhich8310 2 ปีที่แล้ว

      yes i am also getting same problem . were you able to solve it?

    • @kushbhasin2287
      @kushbhasin2287 2 ปีที่แล้ว +1

      @@sheetaldadhich8310 yes...remove strict mode...it will be an attribute.

    • @sheetaldadhich8310
      @sheetaldadhich8310 2 ปีที่แล้ว +1

      @@kushbhasin2287 i am working on nextjs and even after removing strict mode it is not working.

    • @getHiredWithMe
      @getHiredWithMe ปีที่แล้ว

      @@kushbhasin2287 it worked thanks

    • @mahithabusetty5750
      @mahithabusetty5750 ปีที่แล้ว

      @@kushbhasin2287 Hiya, removing strict mode worked..Thank you..

  • @poojapawar8720
    @poojapawar8720 2 ปีที่แล้ว +1

    Hii krishana where are css files?

  • @gouravjain8088
    @gouravjain8088 2 ปีที่แล้ว

    Thank you for the video

  • @gospelemmanuela4851
    @gospelemmanuela4851 ปีที่แล้ว +4

    The chat is showing twice. How can I resolve this pls.

    • @laibaiqbal7801
      @laibaiqbal7801 ปีที่แล้ว

      same issue here

    • @manzoorchopan7510
      @manzoorchopan7510 ปีที่แล้ว

      same issue did you fixed it?

    • @alwazkazi1916
      @alwazkazi1916 ปีที่แล้ว +1

      I was facing same issue, Remove strict mode from react because it will render the App twice in dev mode. This fixed my issue

    • @thinkingdom8727
      @thinkingdom8727 11 หลายเดือนก่อน

      @@alwazkazi1916thank u so much solved my issue

  • @gouravjain8088
    @gouravjain8088 2 ปีที่แล้ว

    I don't know why, it is giving me reply 2 times.

    • @sumanrimal-yv4bz
      @sumanrimal-yv4bz ปีที่แล้ว

      did u solve that???

    • @akashkaushik8684
      @akashkaushik8684 ปีที่แล้ว +4

      @@sumanrimal-yv4bz remove strict mode in index.js

    • @dulaaorb2828
      @dulaaorb2828 ปีที่แล้ว +1

      @@akashkaushik8684 thank you bro

  • @supriyonag-wu3qo
    @supriyonag-wu3qo 7 หลายเดือนก่อน

    hey..pls gave source code

  • @poojapawar8720
    @poojapawar8720 2 ปีที่แล้ว

    Hii krishana ..

  • @user-ex9wy7ic7p
    @user-ex9wy7ic7p ปีที่แล้ว

    Hai i am Surya
    i am getting error while running the code could you help me for solve it
    Compiled with problems:X
    ERROR in ./src/App.js 6:0-44
    Module not found: Error: Can't resolve 'semantic-ui-react' in 'C:\chatbot\src'

    • @vaibbisht
      @vaibbisht ปีที่แล้ว +2

      have you installed semantic UI in the terminal?
      if not run this command.
      I know it's too late to reply, but what to do searched this video today.
      " npm i semantic-ui-react "