# react-redux-typescript-realworld-app
**Repository Path**: mirrors_piotrwitek/react-redux-typescript-realworld-app
## Basic Information
- **Project Name**: react-redux-typescript-realworld-app
- **Description**: RealWorld App implementation based on "react-redux-typescript-guide"
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-09-25
- **Last Updated**: 2026-07-26
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# React, Redux, TypeScript - RealWorld App
## 🚧🚧🚧 UNDER CONSTRUCTION 🚧🚧🚧
### **LIVE DEMO: [LINK](https://react-redux-typescript-realworld-app.netlify.com/)**
_Reference implementation of RealWorld [JAMStack](https://jamstack.org/) Application based on ["React, Redux, TypeScript Guide"](https://github.com/piotrwitek/react-redux-typescript-guide)
and [Create React App v3.0](https://facebook.github.io/create-react-app/)._
---
## Features Roadmap:
- [x] Routing with React-Router
- [ ] User Identity
- [ ] External providers (Google, Github, Bitbucket)
- [ ] Registration / Authentication
- [x] Cross-cutting Application Services
- [x] Local Storage
- [x] Client Logger
- [x] Toasts
- [ ] Analytics
- [x] Feature Folders
- [x] `/articles` - Articles listing with CRUD Operations
- [ ] `/realtime-monitoring` - Realtime monitoring of connected users using Websockets
- [x] REST API Integration (API Client)
- [ ] WebSockets Integration
- [ ] Serverless Lambda Functions (Netlify Functions)
- [ ] Utilities (HOC, Hooks, Media Queries...)
- [ ] Typesafe Styling/Theming with CSSinJS (`Emotion`)
- [ ] ...
---
## Available Scripts
### `npm start`
Runs the app in the development modeat [http://localhost:3000](http://localhost:3000)
### `npm test`
Launches the test runner in the interactive watch mode.
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.
### `npm run build`
Builds the app for production to the `build` folder.
See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.
## Learn More
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app). You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).