Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add url fetched data to be passable to components #38

Open
saurshaz opened this issue Feb 21, 2021 · 0 comments
Open

add url fetched data to be passable to components #38

saurshaz opened this issue Feb 21, 2021 · 0 comments
Assignees

Comments

@saurshaz
Copy link
Collaborator

  • for each property like propOne , be able to pass propOneFetch

So if the data property is called data

and there's a url https://foo.com that gives back that data,

have a property dataFetchwhich can take

{ method: "get", url: "https://foo.com" }

as the value

Basically take away xhr the data request from project's codebase

@saurshaz saurshaz self-assigned this Feb 21, 2021
@saurshaz saurshaz assigned saurshaz and unassigned saurshaz Mar 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant