• Stars
    star
    169
  • Rank 223,936 (Top 5 %)
  • Language
    TypeScript
  • Created almost 7 years ago
  • Updated over 2 years ago

Reviews

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

Repository Details

Vanilla TypeScript example of a Redux Store

Simple Redux Store

Vanilla TypeScript example of a Redux Store



This repo serves as the seed project for the Ultimate Angular NGRX Store + Effects course, as well as stepped solutions in separate branches, come and learn NGRX with us!

Prerequisites

  • Install Node.js

  • Install TypeScript

npm install -g typescript
  • Install Yarn (optional)

If you want to roll with npm, feel free to do so. If you'd like to try Yarn, run the following or another installation method:

npm install -g yarn

Setup

Installing dependencies

cd <redux-store-project>

yarn install
# OR
npm install

Local server

yarn start
# OR
npm start

Visit localhost:8000 in your browser.

More Repositories

1

ngx-errors

A declarative validation errors module for reactive forms.
TypeScript
470
star
2

angular-pro-src

Source code for the "Angular Pro" course.
TypeScript
335
star
3

angular-fundamentals-src

Source code for the "Angular Fundamentals" course.
TypeScript
252
star
4

vault

Typed localStorage and sessionStorage utility with data structure and prefix support.
TypeScript
178
star
5

angular-fundamentals-seed

Angular Fundamentals seed project
JavaScript
143
star
6

angular-pro-app-seed

Seed project for Angular Pro final application
JavaScript
107
star
7

angular-tesla-range-calculator

Building Tesla's battery range calculator with Angular 2+ reactive forms
TypeScript
96
star
8

javascript-basics

๐Ÿ† Starter project for JavaScript Basics
CSS
83
star
9

ultimate-angular-master-seed

Seed project for the "Ultimate Angular 1.x Pro" course.
JavaScript
73
star
10

typescript-masterclass-src

TypeScript Masterclass. Advanced TypeScript, comprehensively covered in real-world digestable chapters.
TypeScript
72
star
11

angular-lazy-load-demo

Lazy loading: code-splitting with @โ€‹NgModules demo
TypeScript
69
star
12

ultimate-angular-master-src

Source code for "Ultimate Angular 1.x Pro" course material
JavaScript
62
star
13

typescript-basics-seed

Seed project for TypeScript Basics course
HTML
56
star
14

ultimate-angular-starter-src

Source code for "Ultimate Angular 1.x Fundamentals" course:
HTML
55
star
15

typescript-basics-src

TypeScript Basics. Our comprehensive introduction to static types in JavaScript.
JavaScript
53
star
16

lite-store

Reactive Stores with entities and frozen state, without the headache
TypeScript
49
star
17

ultimate-angular-starter-seed

The starter project for the "Ultimate Angular 1.x Fundamentals" course
CSS
38
star
18

ngx-fullscreen

Angular Directive that implements the Fullscreen API.
TypeScript
35
star
19

node-express-typescript

A minimal starter project to write your Node.js apps in TypeScript, complete with local and production build scripts.
TypeScript
35
star
20

angular-1-performance-src

Source code for AngularJS Performance course
JavaScript
30
star
21

javascript-masterclass

๐Ÿ† Starter project for JavaScript Masterclass
CSS
24
star
22

javascript-html5-apis

๐Ÿ† Starter project for JavaScript HTML5 APIs
JavaScript
20
star
23

javascript-dom

๐Ÿ† Starter project for the JavaScript DOM course
CSS
18
star
24

ngx-pagevisibility

TypeScript
15
star
25

angular-basics-src

TypeScript
15
star
26

javascript-dom-project

๐Ÿ† Starter project for the JavaScript DOM course project build
CSS
14
star
27

react-basics

๐Ÿ† Starter project for React Basics [Create React App]
JavaScript
14
star
28

angular-basics-seed

Angular Basics (v15) Course Seed Project
TypeScript
12
star
29

typescript-masterclass-seed

Seed project for TypeScript Masterclass course
JavaScript
10
star
30

html-css-basics

๐Ÿ† Starter project for the HTML + CSS Basics course
CSS
10
star
31

ultimate-react-icecream

UltimateCourses demo React app
JavaScript
10
star
32

rxjs-basics

๐Ÿ† Starter project for RxJS Basics and Masterclass courses
CSS
9
star
33

react-router-src

JavaScript
7
star
34

react-state-management-course

JavaScript
6
star
35

react-router-seed

Learn React Router v6 ๐Ÿงญ
JavaScript
5
star
36

react-basics-src

Source code for React Basics
JavaScript
4
star