hey Faruq, nicely articulated, i have this doubt regarding react, when do we make the api calls should be made with react only with in-sensitive data right, because react code is available in the browser
also imagine you are performing a large operation, like binary search on 2lakh json objects, will you do that in the react code, or perfrom that on the backend and send the data on the frontend
hope you understood what i am trying to say. cheers, once again, great blog.
figuring things out