• Stars
    star
    250
  • Rank 156,935 (Top 4 %)
  • Language
    TypeScript
  • Created about 6 years ago
  • Updated about 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

React, Redux, TypeScript - RealWorld App

🚧🚧🚧 UNDER CONSTRUCTION 🚧🚧🚧

LIVE DEMO: LINK

Reference implementation of RealWorld JAMStack Application based on "React, Redux, TypeScript Guide" and Create React App v3.0.


Features Roadmap:

  • Routing with React-Router
  • User Identity
    • External providers (Google, Github, Bitbucket)
    • Registration / Authentication
  • Cross-cutting Application Services
    • Local Storage
    • Client Logger
    • Toasts
    • Analytics
  • Feature Folders
    • /articles - Articles listing with CRUD Operations
    • /realtime-monitoring - Realtime monitoring of connected users using Websockets
  • 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

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run build

Builds the app for production to the build folder.
See the section about deployment for more information.

Learn More

This project was bootstrapped with Create React App. You can learn more in the Create React App documentation.

More Repositories

1

react-redux-typescript-guide

The complete guide to static typing in "React & Redux" apps using TypeScript
TypeScript
13,284
star
2

utility-types

Collection of utility types, complementing TypeScript built-in mapped types and aliases (think "lodash" for static types).
TypeScript
5,254
star
3

typesafe-actions

Typesafe utilities for "action-creators" in Redux / Flux Architecture
TypeScript
2,416
star
4

react-redux-typescript-jspm-starter

Futuristic, bundle-free, development environment for building Component-Driven SPA with React, Redux and TypeScript - powered by JSPM (SystemJS & Rollup with tree-shaking)
TypeScript
231
star
5

ts-mocha

Mocha thin wrapper that allows running TypeScript tests with TypeScript runtime (ts-node) to get rid of compilation complexity
JavaScript
187
star
6

react-redux-typescript-webpack-starter

React / Redux / Typescript / Webpack - Starter (optimized for performance)
TypeScript
150
star
7

react-redux-typescript-scripts

Shared dev-tools configuration files based on "react-redux-typescript-guide"
JavaScript
58
star
8

preact-redux-typescript-rollup-starter

Smallest "React-like" + Redux starter EVER - 13KB min&gzip
TypeScript
25
star
9

training-management-tool

Training Management Tool - Dev Workshop Project
JavaScript
16
star
10

jspm-hmr

NodeJS Dev-Server with Hot-Reload for JSPM / SystemJS Loader
TypeScript
13
star
11

react-dnd-dropzone

Image Dropzone with Drag & Drop Management Panel - React Component
JavaScript
4
star
12

piotrwitek.github.io

Piotr Witek - Portfolio
CSS
2
star
13

tslint-react-redux-typescript-guide

TSLint recommended config based on react-redux-typescript-guide
TypeScript
2
star
14

nextjs-ethereum

Playing with Ethereum network in NextJS
1
star
15

functional-programming-in-typescript

Just playing around with Functional Programming
TypeScript
1
star
16

piotrwitek

1
star
17

protobufts

TypeScript models generator from Protocol Buffer definitions for Node.js gRPC
JavaScript
1
star