Skip to content

Companion repository for my Redux React Introduction Tutorial

Notifications You must be signed in to change notification settings

sethreidnz/redux-react-introduction-code

Repository files navigation

React Introduction

This project is a companion repository for my Introduction To Redux React Tutorial which teaches you the core concepts of Redux..

This is part two in a series that began with my Introduction To React Tutorial showing the basics of using react as a view layer in a web application.

It was generated using Create React App the officially supported starter from the React team. There are a few steps you need to get up and running first.

Getting Started

Requirements:

Clone the repo and install the dependencies:

git clone https://github.com/justsayno/react-introduction
cd react-introduction
npm install

To run the app:

npm start

Follow the tutorial

The tutorial will go through all the basic parts of Redux and using it with React with separate branches for each step of the tutorial making it easy to code along. Click here to start the tutorial.

Contributing

If you notice anything wrong or anything doesn't work please send me a pull request or raise an issue. You can fork either the example app code in this repository or the companion tutorial depending where the issue is.

About

Companion repository for my Redux React Introduction Tutorial

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published