I have a blogs on my store that i need to also render on a seperate react.js website. Calling the articles api from docs works fine from postman but gives cors error on the react.js website, so i setup a expressjs backend and installed the @Shopify_77 /admin-api-client npm library through which i am able to fetch blogs .
So please let me know what is the right way to fetch the articles by blog_id in a react.js either using @Shopify_77 /admin-api-client or any other better approach, without using a seperate server. Thankyou. ![]()