Posts by Diego Pancera • 31 points
3 posts
-
0
votes2
answers36
viewsA: How do I check if the object has a specific name string in Reactjs?
Try not to use loose values for comparisons of this type, store in a constant. It is also important to consider how the data flow between the components is, prioritize the Hoc (Higher-Order…
-
0
votes2
answers35
viewsA: How to create a React component that receives a query string and then make a request?
Be careful with the Eslint auto formatting your code, in these critical fields state you put when necessary the Eslint disabled tag: useEffect(() => { dispath(setLoadingShow()); const email =…
-
0
votes1
answer25
viewsA: How do I return my modal to the screen? I’m using Reactjs
You should pass isModalVisibel as props for Component Modal and do this validation inside the component. Now the button with the function setIsModalVisible(true) should be called within the context…
reactanswered Diego Pancera 31