Posts by Lorenzo Dornelles • 31 points
2 posts
-
3
votes2
answers3284
viewsA: Child component, return to parent REACT component
You can pass a Arrow Function as a parameter in this "Register" component to change the state variable "show". For example: <Cadastro onClose={() => this.setState({show: false})}/> Then…
-
0
votes0
answers237
viewsQ: Project in React doesn’t open on Apple devices
I have a project done with React using Webpack for frontend and Spring Maven for back. I am using JSX files and as a framework Ant Design. The problem is in the fact that on Windows and Android, the…