Skip to content

A basic tutorial and walkthrough of Redux and why it's awesome

Notifications You must be signed in to change notification settings

zxkxyz/redux-basics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Redux Basics

Checkout Redux here! Shoutout to Dan Abramov & the React.js team for creating and maintaining a great library!

Introduction

Welcome to redux basics. The purpose of this repo is to just go over the basics of Redux and how it can help you with application state management. In addition to the basics, we'll also go over using Redux in a React application and my personal preference for how you should be using Redux in your React application.

As usual, if you have any questions about the material in this repo or you want to leave some feedback, feel free to submit an issue or email me at zak@0x7cf.com! If you feel like you have some way of supplementing or correcting this material, submit a pull request and we can discuss it. I welcome contributions and constructive feedback.

Authored By: Zak Golding

Running the Examples:

I'm including npm scripts to run every example in this repo. To figure out which command you need to run an example, take a look at the example's folder name.

Example: /path/to/repo/Part I/examples/number_counter

To run the number_counter demo, run this:

npm run number_counter

That should do it.

Chapters

  1. Redux Concepts: Managing Application State

About

A basic tutorial and walkthrough of Redux and why it's awesome

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages