In my application I need some data to be loaded inside the VueX store before routing starts (for example user sessions). An example of a race condition would be the following: In this situation the route guard might be executed before the user had been received from the server. Using conditional rendering did not help as the route guards are
Tag: race-condition
Avoiding a Javascript race condition
My users are presented a basically a stripped down version of a spreadsheet. There are textboxes in each row in the grid. When they change a value in a textbox, I’m performing validation on their input, updating the collection that’s driving the grid, and redrawing the subtotals on the page. This is all handled by the OnChange event of each