All Projects → piotrwitek → React Redux Typescript Realworld App

piotrwitek / React Redux Typescript Realworld App

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

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to React Redux Typescript Realworld App

dvc dask use case
A use case of a reproducible machine learning pipeline using Dask, DVC, and MLflow.
Stars: ✭ 22 (-87.64%)
Mutual labels:  guide, example
djcra
Django ❤️ create-react-app integration example
Stars: ✭ 12 (-93.26%)
Mutual labels:  create-react-app, example
NodeExpressCRUD
Node, Express, Mongoose and MongoDB CRUD Web Application
Stars: ✭ 45 (-74.72%)
Mutual labels:  application, example
deno-drash-realworld-example-app
Deno + Drash RealWorld example app
Stars: ✭ 56 (-68.54%)
Mutual labels:  application, realworld
React Redux Boilerplate Example
Stars: ✭ 15 (-91.57%)
Mutual labels:  application, example
spring-boot-mongodb-react-java-crud
Spring Boot, MongoDB and React.js CRUD Java Web Application Example
Stars: ✭ 33 (-81.46%)
Mutual labels:  application, example
riot realworld example app
Exemplary real world application built with Riot.js v6 🖐👍
Stars: ✭ 16 (-91.01%)
Mutual labels:  example, realworld
wocket
A WebSocket library for Deno
Stars: ✭ 103 (-42.13%)
Mutual labels:  application, realworld
Mean Angular5 Passport Authentication
Securing MEAN Stack (Angular 5) Web Application using Passport Authentication
Stars: ✭ 24 (-86.52%)
Mutual labels:  application, example
Create React App Typescript Todo Example 2020
🚀 Create React App TypeScript Todo Example 2020
Stars: ✭ 255 (+43.26%)
Mutual labels:  create-react-app, example
Escape From Callback Mountain
Example Project & Guide for mastering Promises in Node/JavaScript. Feat. proposed 'Functional River' pattern
Stars: ✭ 249 (+39.89%)
Mutual labels:  example, guide
Golang Gin Realworld Example App
Exemplary real world application built with Golang + Gin
Stars: ✭ 1,780 (+900%)
Mutual labels:  realworld, example
guide vue-cli-3-multiple-entry-points
Simple guide to show how to create multiple entry points (pages) using vue-cli-3
Stars: ✭ 29 (-83.71%)
Mutual labels:  guide, example
movies
Real world isomorphic application for movies search, based on Webpack 5 / Express / React 17 + Redux-Saga / Bootstrap 4.6 + CSS Modules / i18next / SSR
Stars: ✭ 20 (-88.76%)
Mutual labels:  example, realworld
Seed Rs Realworld
Exemplary real world application built with Seed
Stars: ✭ 77 (-56.74%)
Mutual labels:  realworld, example
Express Env Example
A sample express environment that is well architected for scale. Read about it here:
Stars: ✭ 130 (-26.97%)
Mutual labels:  example, guide
An Idiots Guide To Installing Arch On A Lenovo Carbon X1 Gen 6
so you wanted to install arch huh
Stars: ✭ 165 (-7.3%)
Mutual labels:  guide
Param.macro
Partial application syntax and lambda parameters for JavaScript, inspired by Scala's `_` & Kotlin's `it`
Stars: ✭ 170 (-4.49%)
Mutual labels:  application
Hackthebox
Notes Taken for HTB Machines & InfoSec Community.
Stars: ✭ 167 (-6.18%)
Mutual labels:  guide
React Firestore Authentication
🔥Boilerplate Project for Authentication with Firestore in React.
Stars: ✭ 165 (-7.3%)
Mutual labels:  create-react-app

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:

  • [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

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].