ReduxCasts icon indicating copy to clipboard operation
ReduxCasts copied to clipboard

Modern React with Redux

Results 33 ReduxCasts issues
Sort by recently updated
recently updated
newest added

Hello, If I am creating/update a post, how do I update the state in a reducer? Thanks

This may help during debugging

Hi Stephen, Is there any reason why the bundle.js script sits outside the body tag? Thanks, Giovanni

Hi Stephen!, I'm revisiting the course and thought about using React v-16.0 and newer versions in the package.json file? Do you think you could update or should I try and...

``` import React, { Component } from 'react' import { connect } from 'react-redux' import { Sparklines, SparklinesLine } from 'react-sparklines'; class WeatherList extends Component { renderWeather(cityData) { // console.log(cityData)...

Hello, after attempting to apply initial values to a redux form I've noticed that it didn't work when I've followed the new post example. The problem was the order in...

If you use react-router 2.0.0, you will get multiple warnings in the console. To avoid this, install react-router 2.5.2 instead. If you already installed version 2.0.0, stop the server, and...

The console pops up a 'TypeError: this.props.googleMapElement is undefined' error. Where do I put the API key?

API_KEY is hardcoded and should not be in version control: https://github.com/StephenGrider/ReduxCasts/blob/master/video_browser/src/index.js#L8 . dotenv-webpack (https://github.com/mrsteele/dotenv-webpack) could be used to load the API_KEY from a local .env file.

Blog - switching to https for URL as create/delete post was not working in chrome