Questions tagged [react]

70 questions
0
votes
1 answer

Is an API consumption component an antipattern

I have simple API that my React App can use to communicate with my backend. The API has different endpoints and 3 different versions and works like this: We have the public URL, that anonymous users can use (public.api.mysite.com) We have the…