How do I link a react app I am building using webpack to a phpmyadmin external database and query it without showing my database password in the code?
So I am currently learning react and webpack so that I can implement it into my current site. I already have an established phpmyadmin database that pumps out information that I want to appear on my site but I cant…