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

Please help me all Developers: Unchecked runtime.lastError: The message port closed before a response was received.

I cloned the current state of this repo and directly started it: ``` npm install npm start ``` And directly get this error: ``` Unhandled Rejection (TypeError): Cannot read property...

Steps to reproduce on current master (https://github.com/gothinkster/react-redux-realworld-example-app/commit/9186292054dc37567e707602a15a0884d6bdae35): Clone, npm install and start, then click the heart button: ![image](https://user-images.githubusercontent.com/29839/56087085-69421a80-5ea7-11e9-9818-cc16d3f0437d.png) ![image](https://user-images.githubusercontent.com/29839/56087088-7e1eae00-5ea7-11e9-9c9a-43f208303fcb.png)

It would be better to update project and add latest real world practice to it.

Filtering articles based on popular tags are working fine but whenever I navigate to other pages from there and come back to the home page it still shows the previous...

Hi, Thank you for the project, I really like the idea. I use React + Redux for about a year however I don't feel very comfortable with testing. Are tests...

### Idea Redux Toolkit is a library by the Redux team that is described [within the official Redux docs](https://redux.js.org/redux-toolkit/overview): > [Redux Toolkit] is our official, opinionated, batteries-included toolset for efficient...

When I open the article editor page when I am not logged in then app not redirecting to login page.

based on [PR 144](https://github.com/gothinkster/react-redux-realworld-example-app/pull/144)