Posts by Jonatãn da Fonseca Bossan • 49 points
8 posts
-
-2
votes1
answer37
viewsA: I am unable to consult API
Try to make a proper method for the consummation of the api, do not use fetch/Axios inside the constructor of the Act.
reactanswered Jonatãn da Fonseca Bossan 49 -
1
votes2
answers40
viewsA: How to persist on a route using React router with Reactjs?
That function RouteWrapper possibly giving conflict. You yourself put in it that case the user !signed && isPrivate it is redirected to the root folder. Try to comment on that part and make…
-
0
votes0
answers54
viewsQ: State 'Undefined' with React
I am making requests to an API through 'Aces', but the following error is happening: My code: import React, {Component} from 'react' import {GridItem, Tabs, Tab, TabList, TabPanels, TabPanel, Image}…
-
0
votes0
answers28
viewsQ: Burger menu does not work on Bootstrap 4
I have been developing templates for my main index of my web application... But the burger menu doesn’t work at all.... Even using the example code (navbar) already in the bootstrap documentation!…
bootstrap-4asked Jonatãn da Fonseca Bossan 49 -
0
votes2
answers57
viewsA: How to add Hover to Bootstrap icons
The response of Cmte Cardeal served right!! I will forward as the code: <li class="nav-item svg-hover"> <a class="nav-link mr-2" href="#"> <svg xmlns="http://www.w3.org/2000/svg"…
-
3
votes2
answers57
viewsQ: How to add Hover to Bootstrap icons
I would like to know how to add Hover to Bootstrap icons. So far my code is like this: <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="rgba(194, 56, 58, 1)" class="bi bi-book…
-
0
votes2
answers70
viewsA: Doubts about media query
I found out that it wasn’t that...it worked out but I don’t know why it worked out kkk After I put the following line of code in html it worked: <meta name="viewport"…
cssanswered Jonatãn da Fonseca Bossan 49 -
-1
votes2
answers70
viewsQ: Doubts about media query
Good night! I’m developing the responsiveness of a web page.... but for some reason that I hope you will tell me, only the first @media statement is going correctly in the browser. I’ve tried to…
cssasked Jonatãn da Fonseca Bossan 49