Questions tagged as 'redux'

0
answers

Undefined is not an object

I'm doing an app on react native & I'm creating views with redux but I'm having this problem If someone could help me ... this is my code import React, { Component } from 'react' import { Provider, connect } from 'reac...
asked by 20.12.2018 / 15:27
0
answers

ngrx, StoreModule.forFeature, EffectsModule.forFeature error in subscribe of the component

I am using EffectsModule.forFeature for my SubComponents, in the EffectsModule.RootFeature the data flow works well, but in Feature it sends me an error in the subscribe. imports: [ StoreModule.forFeature( 'DevdianState', devdianReducers )...
asked by 13.12.2018 / 10:26
0
answers

I have problems with the special characters in react

I have an application built with asp.net core where I use react with redux but I have problems in the visualization of some special characters. It turns out that I have a component import React, { Component } from 'react'; import './media.c...
asked by 22.11.2018 / 14:26
1
answer

Redux crushes previous states

I have a record in native react that has several inputs, that collect the information validate it and send it to the global store and then send it to the bbdd. The issue is that in addition to the inputs, I have a datepicker and a dropdown th...
asked by 23.11.2018 / 14:22
0
answers

problems with Redux and React Native

I'm starting in the world of redux at work but I do not finish catching it well and there is no one who can help me out. I created the store in the app.js some test actions and their corresponding reducers, but when I send the data I'm not sa...
asked by 15.11.2018 / 15:20
0
answers

Problems wanting to bring a parameter with getParam in React Native

I have a question, I'm doing an app with React Native and Redux, similar to what Twitter is. In the Home a timeline of tweets is loaded of which when I play in one of them, I have to show that particular tweet. The problem is that when I click o...
asked by 14.11.2018 / 02:39
0
answers

Check all with Checkbox

Eestimados, I have a grid where the top has a row where there is a checkbox to select them all, then a row below has a check to uncheck them all. The first check of the image is to select them all, the second is to uncheck them all, and the t...
asked by 19.06.2018 / 18:15
1
answer

authenticate with express + react + redux?

Can someone recommend me what is the best way to authenticate with express + react + redux? I'm not sure if I use passport or json token? who has been able to protect api with express!     
asked by 12.12.2017 / 20:53
1
answer

How to organize the Redux store of a Sidebar?

How the states of a Sidebar can be managed in the Redux store when it is active, opens or closes, stops being focused, etc ...     
asked by 31.08.2017 / 20:09
2
answers

how to show the initial state of the store in react-redux?

Good afternoon friends, I introduce myself to this community, I have a question I hope you can clarify, How do I show the initial status of the store in react-redux ? I have a simple component with a <h1> in react , whic...
asked by 24.08.2017 / 20:14