Posts by krolgon • 53 points
3 posts
-
1
votes1
answer165
viewsQ: Class change to function
I want to turn the following class into a function: class Basic extends Component<Props, State> My question is: how do I move the props and state properties to the function?…
-
1
votes1
answer71
viewsQ: How do I get a function within a functional component to pick up the props of that component?
I’m starting the study in React and am like a difficulty in this component, I want to pass the props that the component Todo receives to the handleAdd function, being that at the moment this this…
-
1
votes0
answers90
viewsQ: Entityframework error
Could someone help me ? I’m trying to do Codefirst and when I execute the command I get this error: The 'System.Data.Entity.Internal.Appconfig' type initializer triggered an exception. My Appconfig…