SlideShare a Scribd company logo
1 of 16
Download to read offline
TIME TRAVELING WITH
RESWIFT
ELIASZ SAWICKI @ELISAWIC
REDUX
Dan Abramov
UNIDIRECTIONAL
DATA FLOW
REDUX
MAIN ELEMENTS
▸ State
▸ Actions
▸ Reducers
▸ Store
STATE
ACTION
REDUCER
STORE
RESWIFT
REMEMBER
▸ Keep reducers fast
▸ No side effects in reducers
▸ Avoid heavy application state
▸ One way of changing state
RESWIFT
WHY?
▸ One way to change state
▸ Easy to understand what is going on
▸ Easy testing
▸ DevTools - Time travelling, Hot reloading
▸ Fixing bugs with friends
RESWIFT
WHY NOT?
▸ Daunting
▸ Boilerplate
▸ Many ReSwift components are in POC state
▸ Easy to get stuck
DEVTOOLS
CREDITS
CHECK THEM OUT!
▸ Karl Bowden - @karlbowden
▸ Benjamin Encz - @benjaminencz
▸ Aleksander Rendtslev - @ARendtslev
▸ Dan Abramov - @dan_abramov
RESOURCES
CHECK THESE OUT!
▸ https://karlbowden.com/reswift-prezzo/
▸ https://realm.io/news/benji-encz-unidirectional-data-flow-
swift/
▸ https://github.com/reactjs/redux
▸ https://github.com/ReSwift/ReSwift
▸ http://eluss.github.io/

More Related Content

Viewers also liked

Ελληνικός Και Ευρωπαϊκός Πολιτισμός, Α Λυκείου
Ελληνικός Και Ευρωπαϊκός Πολιτισμός, Α ΛυκείουΕλληνικός Και Ευρωπαϊκός Πολιτισμός, Α Λυκείου
Ελληνικός Και Ευρωπαϊκός Πολιτισμός, Α Λυκείου
Μaria Demirakou
 

Viewers also liked (16)

Hawkes bay
Hawkes bayHawkes bay
Hawkes bay
 
Why is Naloxone that prevent so many overdose deaths not always available at ...
Why is Naloxone that prevent so many overdose deaths not always available at ...Why is Naloxone that prevent so many overdose deaths not always available at ...
Why is Naloxone that prevent so many overdose deaths not always available at ...
 
Concurrency-aware eXecutable Domain-Specific Modeling Languages as Models of ...
Concurrency-aware eXecutable Domain-Specific Modeling Languages as Models of ...Concurrency-aware eXecutable Domain-Specific Modeling Languages as Models of ...
Concurrency-aware eXecutable Domain-Specific Modeling Languages as Models of ...
 
Introduction to Functional Reactive Programming
Introduction to Functional Reactive ProgrammingIntroduction to Functional Reactive Programming
Introduction to Functional Reactive Programming
 
Eeb ppt corporativa es vf
Eeb ppt corporativa es vfEeb ppt corporativa es vf
Eeb ppt corporativa es vf
 
Native vs Hybrid - Demystifying the Technology Dilemma
Native vs Hybrid - Demystifying the Technology Dilemma Native vs Hybrid - Demystifying the Technology Dilemma
Native vs Hybrid - Demystifying the Technology Dilemma
 
Thinking Reactive
Thinking ReactiveThinking Reactive
Thinking Reactive
 
React vs-angular-mobile
React vs-angular-mobileReact vs-angular-mobile
React vs-angular-mobile
 
"Drug Testing Welfare Recipients: Reductionism, the fear of the other and the...
"Drug Testing Welfare Recipients: Reductionism, the fear of the other and the..."Drug Testing Welfare Recipients: Reductionism, the fear of the other and the...
"Drug Testing Welfare Recipients: Reductionism, the fear of the other and the...
 
REVERSE MENTORING DIGITAL (FR)
REVERSE MENTORING DIGITAL (FR)REVERSE MENTORING DIGITAL (FR)
REVERSE MENTORING DIGITAL (FR)
 
Lecture 5 ip security
Lecture 5 ip securityLecture 5 ip security
Lecture 5 ip security
 
Ελληνικός και Ευρωπαϊκός Πολιτισμός
Ελληνικός και Ευρωπαϊκός ΠολιτισμόςΕλληνικός και Ευρωπαϊκός Πολιτισμός
Ελληνικός και Ευρωπαϊκός Πολιτισμός
 
16 from 16: THE BEST BOOKS OF 2016 SUMMARISED
16 from 16: THE BEST BOOKS OF 2016 SUMMARISED16 from 16: THE BEST BOOKS OF 2016 SUMMARISED
16 from 16: THE BEST BOOKS OF 2016 SUMMARISED
 
Introduction to Angular 2
Introduction to Angular 2Introduction to Angular 2
Introduction to Angular 2
 
Ελληνικός και Ευρωπαίκός Πολιτισμός
Ελληνικός και Ευρωπαίκός Πολιτισμός Ελληνικός και Ευρωπαίκός Πολιτισμός
Ελληνικός και Ευρωπαίκός Πολιτισμός
 
Ελληνικός Και Ευρωπαϊκός Πολιτισμός, Α Λυκείου
Ελληνικός Και Ευρωπαϊκός Πολιτισμός, Α ΛυκείουΕλληνικός Και Ευρωπαϊκός Πολιτισμός, Α Λυκείου
Ελληνικός Και Ευρωπαϊκός Πολιτισμός, Α Λυκείου
 

More from Eliasz Sawicki

More from Eliasz Sawicki (13)

Redux - 4Developers
Redux - 4DevelopersRedux - 4Developers
Redux - 4Developers
 
Eliasz sawickimeetupit
Eliasz sawickimeetupitEliasz sawickimeetupit
Eliasz sawickimeetupit
 
Developing more in less time
Developing more in less timeDeveloping more in less time
Developing more in less time
 
The art-of-developing-more-in-less-time-berlin
The art-of-developing-more-in-less-time-berlinThe art-of-developing-more-in-less-time-berlin
The art-of-developing-more-in-less-time-berlin
 
Tech fest
Tech festTech fest
Tech fest
 
Introduction to react native
Introduction to react nativeIntroduction to react native
Introduction to react native
 
Doing more in less time - Mobiconf
Doing more in less time - MobiconfDoing more in less time - Mobiconf
Doing more in less time - Mobiconf
 
iOSCon
iOSConiOSCon
iOSCon
 
Code europe
Code europeCode europe
Code europe
 
Introduction To Functional Reactive Programming Poznan
Introduction To Functional Reactive Programming PoznanIntroduction To Functional Reactive Programming Poznan
Introduction To Functional Reactive Programming Poznan
 
Time traveling with ReSwift
Time traveling with ReSwiftTime traveling with ReSwift
Time traveling with ReSwift
 
Calabash
CalabashCalabash
Calabash
 
ReactiveCocoa workshop
ReactiveCocoa workshopReactiveCocoa workshop
ReactiveCocoa workshop
 

Recently uploaded

+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(☎️+971_581248768%)**%*]'#abortion pills for sale in dubai@
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
panagenda
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
WSO2
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Victor Rentea
 

Recently uploaded (20)

[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor Presentation
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
 
Spring Boot vs Quarkus the ultimate battle - DevoxxUK
Spring Boot vs Quarkus the ultimate battle - DevoxxUKSpring Boot vs Quarkus the ultimate battle - DevoxxUK
Spring Boot vs Quarkus the ultimate battle - DevoxxUK
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
Ransomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdfRansomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdf
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
 

ReSwift CocoaHeads Tricity