You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know if I'm supposed to ask this somewhere else;
I have an ASP.NET Core application with React. I want to fetch data, let's say from the boot.tsx file or the Layout.tsx file (referring to files that come by default when you create an ASP.NET Core + React app in VS 2017) and then pass that data to other child components. How would I do that?
The text was updated successfully, but these errors were encountered:
I don't know if I'm supposed to ask this somewhere else;
I have an ASP.NET Core application with React. I want to fetch data, let's say from the boot.tsx file or the Layout.tsx file (referring to files that come by default when you create an ASP.NET Core + React app in VS 2017) and then pass that data to other child components. How would I do that?
The text was updated successfully, but these errors were encountered: