Open saurshaz opened 3 years ago
propOne
propOneFetch
So if the data property is called data
data
and there's a url https://foo.com that gives back that data,
https://foo.com
have a property dataFetchwhich can take
dataFetch
{ method: "get", url: "https://foo.com" }
as the value
Basically take away xhr the data request from project's codebase
propOne
, be able to passpropOneFetch
So if the data property is called
data
and there's a url
https://foo.com
that gives back that data,have a property
dataFetch
which can takeas the value
Basically take away xhr the data request from project's codebase