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

The app is giving alot of warnings that 'use strict' is redundant. ![image](https://cloud.githubusercontent.com/assets/8002757/22678585/0553db7e-ed1d-11e6-9b06-575747d791db.png)

When you write a comment and press post comment, the text area should clear and unfocus. I can just press the button over and over again :)

Regarding the pagination at the bottom of the page: ![image](https://cloud.githubusercontent.com/assets/4650220/25290691/e40ecc62-2683-11e7-8803-4e0b7912cf4a.png) Most pagination UIs allow you to Cmd+Click (on Mac) on a specific page number and open that page in a...

In application, the forms are changing uncontrolled input of type text to controlled. Here is error screenshot. ![image](https://cloud.githubusercontent.com/assets/8002757/22851527/6a662504-f046-11e6-9d29-5828f2f67413.png) It can be fixed if we add default values in render(). For...

This app is using 0.6.1 version of react-scripts whereas latest version is at 0.8.5. The biggest advantage of new version is that it supports source-mapping out of box. And it...

First of all, thanks for this making this. It clarified a lot of react/redux concepts for me. I opened this PR to point out that - `/editor` page can be...

I saw in the readme there was an offer to release backend code for this demo .. Is that possible? Thanks, again, this is great.