How to Access local API Server in React Native | Grow Your Skill

แชร์
ฝัง
  • เผยแพร่เมื่อ 3 พ.ย. 2024

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

  • @0lange
    @0lange 10 หลายเดือนก่อน

    Please make a small demo video showing off how you would use golang, (chi router), htmx, and postgres together while containerizing the application with docker for deployment.

    • @growyourskill1
      @growyourskill1  10 หลายเดือนก่อน

      Thanks for your suggestion. Will use chi next time with postgres. Dockerizing is a simple process indeed. Please checkout the fiber blog project where we dockerized react and fiber project th-cam.com/video/oGch_c2lR2M/w-d-xo.html

  • @stockfortoday1801
    @stockfortoday1801 10 หลายเดือนก่อน

    Nice info

  • @antareephasan
    @antareephasan 5 หลายเดือนก่อน

    Saved my life, thanks

    • @growyourskill1
      @growyourskill1  5 หลายเดือนก่อน

      Thanks for your kind words

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

      ​@@growyourskill1 where can I find the ip address that you found and used.
      -great video!

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

      Thank you. Connecting API server running on localhost is accessible with ip 10.0.2.2 instead of 127.0.0.1. For production obviously need to replace 10.0.2.2 with prod ip or domain.