/gdi-intro-redux-js

Intro to Redux slides for GDI class with David Rodriguez

Primary LanguageJavaScriptMIT LicenseMIT

Introduction to Redux

Slides and materials are hosted at https://github.com/arilaen/intro-to-redux-js.

Course description

React is a popular front-end JavaScript framework. Companies like Facebook, Airbnb, Netflix, Paypal, and Dropbox use React to power their blazing-fast, high-traffic websites. React stands out because of its speed, flexibility, and ease of development.

This series will introduce you to Redux through hands-on exercises and give you the skills needed to integrate it into your own project.

Cost: $90

Dates:

Tuesday, November 7, 6:30-8:30 PM

Tuesday, November 14, 6:30-8:30 PM

Tuesday, November 21, 6:30-8:30 PM

Tuesday, November 28, 6:30-8:30 PM

Location:

Cantina Consulting, 320 Congress Street, Boston, MA

Prerequisites:

Understanding of HTML and JavaScript is required. Familiarity with ES6 and React (or another frontend framework) is recommended.

Tech requirements:

  • Laptop and charger

  • A free CodePen account

  • A text editor, such as Atom or SublimeText (both available for free)

  • Google Chrome with the Redux Developer Tools extension installed

Topics covered:

  • Learn when Redux makes sense to use in a JavaScript project

  • Understand the pros and cons of immutability and a single state

  • Build your own projects using React and Redux