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)
How to create an Authentication middleware for a Flutter app?
This is my home.dart code and I want to write an Authentication Middleware for my app. At the moment my main.dart code looks like this:
void main() {
Get.put(MenuController());
Get.put(NavigationC...

user11874694
Votes: 0
Answers: 2
useReducer: dispatch action, show state in other component and update state when action is dispatched
I have a problem which I can't figure it out. I'm building an ecommerce react app and using useReducer and useContext for state management. Client opens a product, picks number of items and then click...
stex
Votes: 0
Answers: 4
Intermediate component logic only being applied once React
Here I am passing state up via props through an intermediary component. The intermediate component has a handler (onIntermediatePropsHandler) has some logic
(const formatedAmount = enteredAmount += 10...
Byron
Votes: 0
Answers: 2
React conditional render for logged in / logged out User only updates state with browser refresh
I'm building a React app using hooks and functional components for the front end to a Rails backend API with Cookie / Session authentication. Everything is working well as far as getting users logged ...
firesoflife
Votes: 0
Answers: 1