Most voted "render" questions
7 questions
Sort by count of
-
2
votes1
answer505
viewsPass variables on all renders
I have an application using Nodejs, Express (and a few more dependencies). I reduced the application to the file below to explain my question: app js.: // Dependências. const express =…
-
1
votes2
answers1295
viewsChanging colors when hovering the mouse
The following code is able to perform the following task: By clicking the "Create Square" button, a red square is rendered on the screen at each click. I wish that, when passing the mouse over these…
-
1
votes1
answer581
viewsHow to add lines in a data.frame and or table in shinyserver?
Hello, good night, good night! I’m trying to sort some things out by shiny, but I ran into a problem, I need to create a data.frame, where I am able to add lines of information, without being doing…
-
1
votes1
answer37
viewsHow to create a test for a screen that uses the same hook multiple times? React Testing Library
I came across a test scenario in React where I need to hook twice. In this case I am using a hook called useGet() in two situations on the same page. Of all the times I have tried only the last…
-
0
votes1
answer194
viewsLow text resolution in Python Kivy
I’m starting in Python and Kivy, but I’m not understanding why the generated objects are so low-resolution. In a simple screen of username and password, one can observe the serrated text, ie with…
-
0
votes1
answer397
viewshow to render a JSON in reactJS
am starting to learn React and want to connect with a server nodejs he’s returning a JSON [{nome:"joão",sobre:"victor"}] then in React: class Page extends React.Component{ constructor(props){…
-
-1
votes2
answers199
viewsHow to request and update a status before render
I’m making an application and was creating a Privaterouter. Since I am using a Fake API (hai-server) it generates me a token on login and I can block calls from some routes if I do not pass this…