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

RealWorld App implementation based on "react-redux-typescript-guide"

Results 7 react-redux-typescript-realworld-app issues
Sort by recently updated
recently updated
newest added

The epics are quite repetitive [here](https://github.com/piotrwitek/react-redux-typescript-realworld-app/blob/master/src/features/articles/epics.ts), is it possible to show how to create a typed middleware / action creator which will handle dispatching the request/success/error actions but allows you...

Hi, I'am checking this repo for resources on how to estructure a TS project and I saw something interesting, https://github.com/piotrwitek/react-redux-typescript-realworld-app/blob/master/src/services/types.d.ts you are declaring all your types inside a namespace, I...

when i want to import **@emotion/styled** in **.tsx** file ,but it tell me **can not find @emotion/styled model** ,what should I do?? **Sorry, my english is not good,Hope you understand**

Even though still a WIP, this project has been a great help to me already. I am adding a websocket client in my app, and would have loved to see...

Features: - [x] Router - [ ] User Authentication - [x] Feature Folders (Articles) - [x] Application Services (Local Storage, Logger, Toast) - [x] Typesafe API Clients - [x] REST...