I googled this subject and found this thread. So from what I understand is that ReScript natively doesn’t provide a way to make API calls and we have to chose one from literally 100s of libraries to make API calls.
My question is which is the most simple way for a newbie to make API calls? and what are the basic concepts to understand here? Note that I don’t know JavaScript and I don’t have a web development background. I have only attended tutorials on HTML, CSS, Webpack, and React and Re-Script.
Please point me to basic concepts which I should learn to be able to make API calls and library which is “simple enough for a 5 year old” person to make API calls from rescript.
Was I’d say the difference matters if you care about request cancellation and still support IE11. Otherwise, rescript-fetch that DZakh linked to above even has bindings for AbortController.