Posts by Felipe Oliveira • 23 points
2 posts
-
1
votes0
answers138
viewsQ: How to import an external React component to Asp.Net
Hello, I wanted to import a webpack generated React external component (Bundle.js) into my Asp.net MVC application. I am trying to import the "Bundle.js" file to my page and process the React…
-
1
votes1
answer115
viewsQ: How do I share a property with other components in React?
Hi, I’m new to React and I have a question about property sharing. For example, I want to have a parent component that will have a property "Visible", and I want to share it with all my child…