All Projects â†’ resir014 â†’ React Redux Typescript Example

resir014 / React Redux Typescript Example

Demonstrating the common patterns when using React, Redux v4, and TypeScript.

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to React Redux Typescript Example

Graphql Starter
💥 Monorepo template (seed project) pre-configured with GraphQL API, PostgreSQL, React, Relay, and Material UI.
Stars: ✭ 3,377 (+535.97%)
Mutual labels:  starter-kit
Gatsby Starter
Gatsby 2.0 starter with typescript and many cools dev tools
Stars: ✭ 385 (-27.5%)
Mutual labels:  starter-kit
Edge
A Clojure application foundation from JUXT
Stars: ✭ 466 (-12.24%)
Mutual labels:  starter-kit
Pug Starter
Simple pug (jade) starter [framework] enabling faster delivery of HTML & CSS projects to a private server and/or automatic deployment of GitHub pages.
Stars: ✭ 328 (-38.23%)
Mutual labels:  starter-kit
Laravel Enterprise Starter Kit
👔 Enterprise Web application starter kit or template using Laravel
Stars: ✭ 356 (-32.96%)
Mutual labels:  starter-kit
Api
🏁🛠️ SaaS backend & API framework based on @nestjs
Stars: ✭ 390 (-26.55%)
Mutual labels:  starter-kit
Fullstack Apollo Express Mongodb Boilerplate
💥A sophisticated GraphQL with Apollo, Express and MongoDB boilerplate project.
Stars: ✭ 301 (-43.31%)
Mutual labels:  starter-kit
Hartija Css Print Framework
Universal CSS for web printing
Stars: ✭ 509 (-4.14%)
Mutual labels:  starter-kit
Go Api Boilerplate
Go Server/API boilerplate using best practices DDD CQRS ES gRPC
Stars: ✭ 373 (-29.76%)
Mutual labels:  starter-kit
React Starter Kit
React Starter Kit — front-end starter kit using React, Relay, GraphQL, and JAM stack architecture
Stars: ✭ 21,060 (+3866.1%)
Mutual labels:  starter-kit
Gulp Scss Starter
Frontend development with pleasure. SCSS version
Stars: ✭ 339 (-36.16%)
Mutual labels:  starter-kit
Js Library Boilerplate Basic
Javascript Minimal Starter Boilerplate - Webpack 5 🚀, Babel 7, UMD, Unit Testing
Stars: ✭ 354 (-33.33%)
Mutual labels:  starter-kit
Tenzing
⚡️ Clojurescript application template using Boot
Stars: ✭ 404 (-23.92%)
Mutual labels:  starter-kit
Electron React Boilerplate
A Foundation for Scalable Cross-Platform Apps
Stars: ✭ 18,727 (+3426.74%)
Mutual labels:  starter-kit
Universal Redux Template
A clean, extensible react + redux boilerplate with universal/isomorphic rendering, testing and more
Stars: ✭ 471 (-11.3%)
Mutual labels:  starter-kit
Laravel Starter
A CMS like modular starter application project built with Laravel 8.x.
Stars: ✭ 299 (-43.69%)
Mutual labels:  starter-kit
Preact Starter
Webpack3 boilerplate for building SPA / PWA / offline front-end apps with Preact
Stars: ✭ 384 (-27.68%)
Mutual labels:  starter-kit
Pepperoni App Kit
Pepperoni - React Native App Starter Kit for Android and iOS
Stars: ✭ 4,657 (+777.02%)
Mutual labels:  starter-kit
Preact Cli
😺 Your next Preact PWA starts in 30 seconds.
Stars: ✭ 4,510 (+749.34%)
Mutual labels:  starter-kit
Headless Wp Starter
🔪 WordPress + React Starter Kit: Spin up a WordPress-powered React app in one step
Stars: ✭ 4,144 (+680.41%)
Mutual labels:  starter-kit

react-redux-typescript-example

Demonstrating the common patterns when using React, Redux v4, and TypeScript.

Example deployment: (link)

Welcome to the Redux 4 + TypeScript 3.3 example! This example site shows you the ideal project structure, recommended libraries, as well as design pattern on writing type-safe React + Redux app with TypeScript.

This project is intended as a supplement to this post. To demonstrate it, I created a website which pulls data from the OpenDota API, and display information like professional teams, heroes, as well as top players by hero. This will also demonstrate how to structure your stores for each feature/module in a Redux-enabled app.

This project was bootstrapped with Create React App.

Getting started

A Node.js 8.0.0+ setup with yarn is recommended.

# install dependencies
yarn

# ...or if you'd like to use npm instead
npm install

# serve with hot reload at localhost:3000
yarn start

# build for production
yarn build
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].