Posts by Pedro Meneghel • 1 point
2 posts
-
0
votes2
answers107
viewsA: Doubts with constant in React
I got it using state, follow the code: //Importando modulos import React, { Component } from 'react'; import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'; //CSS import './Header.scss';…
-
0
votes2
answers107
viewsQ: Doubts with constant in React
Hello, This is my first project with React Js and I have a question, I imagine, basic. I have code below that is working perfectly: import React, { Component } from 'react'; import { FontAwesomeIcon…