react-redux-realworld-example-app icon indicating copy to clipboard operation
react-redux-realworld-example-app copied to clipboard

Exemplary real world application built with React + Redux

Results 87 react-redux-realworld-example-app issues
Sort by recently updated
recently updated
newest added

I have installed some third-party modules which contain custom CSS files. But the project seems can't import these CSS files. I have tried ```css @import url("react-s-alert/dist/s-alert-default.css"); @import "~react-s-alert/dist/s-alert-default.css"; ``` both...

Based on props received, Profile component will reload itself with new props, instead of being stuck on the same profile.

How do i get clean url for my application, any suggestion! What am getting http://localhost:3001/#/site?_k=lye3pt What i want http://localhost:3001/site

Tried to delete a comment, but this end ponit has a 404 error https://conduit.productionready.io/api/articles/abc-wryjjz/comments/7743

`store.subscribe( ()=> this.setState(store.getState()));` is being done in componentWillMount(). According to the [React docs](https://facebook.github.io/react/docs/react-component.html#componentwillmount), "avoid introducing any side-effects or subscriptions in [componentWillMount]". Is Redux an exception? The next two sentences lead...

I deployed the django backend on Azure and then updated the URL in ajent.js (React frontend) to point to django backend. It does not proceed. Do I need to some...

HTML tags are not working. ![selection_018](https://user-images.githubusercontent.com/2483078/30493265-75bbfa82-9a69-11e7-818f-8d8292fda305.png)

./src/index.js 28:15-26 'react-router' does not contain an export named 'hashHistory'. i googled a bit, apparently hashHistory is old, so what do we use now?