python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
SwiftUI TabView not rendering Preview Labels
I am developing a SwiftUI App for macOS.
However, i was not able to make TabView to render correctly in Preview Canvas and when using the view on a new Window.
struct DevView: View {
@State v...
flymg
Votes: 0
Answers: 1
Reactjs router exact doesn't work and override other route components to current route
I used 'exact' but when DataConfirmation component renders then Login component is also rendering.
in Login.js:
<Router>
<div>
<Switch>
<Route ex...

Fatemeh Asadyar
Votes: 0
Answers: 1
Re-render a component in gatsby
I'm using react and I can't find how to conditional render this example in gatsby.
The main goal is re-render the child component every time I changes in value but I don't want to re-render all the we...
Mentasuave01
Votes: 0
Answers: 1
React Context children re-rendering to initial state when updating context state
I'm having an issue where, whenever I update my context state within a hook (useEffect, useCallback, etc.), any other state updates that I make don't actually go through because the state for that com...
coltonyoung
Votes: 0
Answers: 0