Questions tagged as 'redux'

1
answer

Is it possible to fire two types of actions in Redux at the same time?

I am using Redux and Redux-saga in an application with React and with doubt when displaying the load to the user when a saga is fired. I do not know if it is a good practice, but I was thinking about the possibility of firing 2 actions. 1 to dis...
asked by 14.06.2018 / 16:22
0
answers

React Redux with Material-UI for web

I'm starting with react and redux , but I've already programmed in the backend a long time. The question is about using the ui material for the web. How is this version issue for IE browser? Because the -ii-next stuff works with IE 11...
asked by 04.05.2018 / 13:21
1
answer

Error: "Uncaught SyntaxError: Unexpected token import" in javascript

Good afternoon, I have the following program: testing.html: <!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title> Testando </title> </head> <body> <p>...
asked by 04.04.2018 / 19:40
2
answers

How to delete an element by Key in React?

This is the generated code, because the list is created by the routes of the pages, I would like to know a way to delete a specific Navlink, either by the key or by another way definitely, that Navlink should be eliminated when the page is loade...
asked by 27.02.2018 / 20:21
0
answers

Slow action firing and delayed new state return ...?

I'm having a little delay in triggering the actions, when triggering an action takes about 2 seconds for it to be activated, and when it is instantly activated, the return of the new state sometimes takes 2 seconds sometimes up to 8 seconds , I'...
asked by 15.02.2018 / 16:56