SlideShare a Scribd company logo
REDUX
WHAT IS THIS FUSS ABOUT ?
STATE IS EVIL
PREDICTABLE STATE
CONTAINER FOR REACT APPS
THE WHOLE STATE OF YOUR APP IS
STORED IN AN OBJECT TREE INSIDE A
SINGLE STORE
Redux - What is this fuss about ?
REFLUX ?
Redux - What is this fuss about ?
THREE CORE PRINCIPLES
SINGLE SOURCE OF TRUTH
STATE IS READ-ONLY -
IMMUTABLE
CHANGES MADE WITH PURE
FUNCTIONS - REDUCERS
ACTIONS
ACTION CREATORS
REDUCERS
(OLDSTATE + ACTION -> NEWSTATE)
STORE
PRESENTATIONAL AND
CONTAINER COMPONENTS
Redux - What is this fuss about ?
PRESENTATIONAL
COMPONENTS
CONTAINER COMPONENTS
DEMO - TODOAPP
Redux - What is this fuss about ?

More Related Content

PDF
You are my sunshine challenge
PDF
Production Ready Microservices at Scale
PPTX
Resiliency in Distributed Systems
PDF
Writing S.O.L.I.D Code
PDF
FunctionalGeekery-RubyConf
PDF
2024 Trend Updates: What Really Works In SEO & Content Marketing
You are my sunshine challenge
Production Ready Microservices at Scale
Resiliency in Distributed Systems
Writing S.O.L.I.D Code
FunctionalGeekery-RubyConf
2024 Trend Updates: What Really Works In SEO & Content Marketing

Recently uploaded (20)

PPTX
Internet of Things (IOT) - A guide to understanding
PPTX
Lesson 3_Tessellation.pptx finite Mathematics
PPTX
Engineering Ethics, Safety and Environment [Autosaved] (1).pptx
PPTX
Strings in CPP - Strings in C++ are sequences of characters used to store and...
PPTX
OOP with Java - Java Introduction (Basics)
PDF
Well-logging-methods_new................
PPTX
Geodesy 1.pptx...............................................
PPTX
Welding lecture in detail for understanding
DOCX
ASol_English-Language-Literature-Set-1-27-02-2023-converted.docx
DOCX
573137875-Attendance-Management-System-original
PPTX
Recipes for Real Time Voice AI WebRTC, SLMs and Open Source Software.pptx
PPTX
KTU 2019 -S7-MCN 401 MODULE 2-VINAY.pptx
PPTX
additive manufacturing of ss316l using mig welding
PDF
Mitigating Risks through Effective Management for Enhancing Organizational Pe...
PPTX
web development for engineering and engineering
PDF
Arduino robotics embedded978-1-4302-3184-4.pdf
PPTX
Sustainable Sites - Green Building Construction
PDF
July 2025 - Top 10 Read Articles in International Journal of Software Enginee...
PDF
Evaluating the Democratization of the Turkish Armed Forces from a Normative P...
PDF
Digital Logic Computer Design lecture notes
Internet of Things (IOT) - A guide to understanding
Lesson 3_Tessellation.pptx finite Mathematics
Engineering Ethics, Safety and Environment [Autosaved] (1).pptx
Strings in CPP - Strings in C++ are sequences of characters used to store and...
OOP with Java - Java Introduction (Basics)
Well-logging-methods_new................
Geodesy 1.pptx...............................................
Welding lecture in detail for understanding
ASol_English-Language-Literature-Set-1-27-02-2023-converted.docx
573137875-Attendance-Management-System-original
Recipes for Real Time Voice AI WebRTC, SLMs and Open Source Software.pptx
KTU 2019 -S7-MCN 401 MODULE 2-VINAY.pptx
additive manufacturing of ss316l using mig welding
Mitigating Risks through Effective Management for Enhancing Organizational Pe...
web development for engineering and engineering
Arduino robotics embedded978-1-4302-3184-4.pdf
Sustainable Sites - Green Building Construction
July 2025 - Top 10 Read Articles in International Journal of Software Enginee...
Evaluating the Democratization of the Turkish Armed Forces from a Normative P...
Digital Logic Computer Design lecture notes
Ad
Ad

Redux - What is this fuss about ?