yasuf / redux-introduction

Introduction to Redux session

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

redux-introduction

Introduction to Redux

Objective of this session

  • Go over the core concepts of the Redux library

Three principles

  • Single source of truth
  • State is read only
  • Changes are made with pure functions

Actions

About

Introduction to Redux session


Languages

Language:HTML 59.3%Language:JavaScript 40.7%