Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Networking Using REDUX
Search
Alexander Saenko
February 23, 2019
Programming
1
93
Networking Using REDUX
Vladyslav Anokhin
Alexander Saenko
February 23, 2019
Tweet
Share
More Decks by Alexander Saenko
See All by Alexander Saenko
WWDC2020 Summary
alexandersaenko
0
170
Legacy code - methodology
alexandersaenko
0
49
Экологически чистая разработка
alexandersaenko
0
75
Альманах менеджера
alexandersaenko
0
30
Сам себе режиссер: по ту сторону iOS
alexandersaenko
0
45
Укрощение нормализированного состояния
alexandersaenko
0
82
Fastlane - App automation done right
alexandersaenko
0
65
Готовим своё хранилище сборок
alexandersaenko
0
41
PDD - Playground Driven Development 👨🏻_💻
alexandersaenko
0
84
Other Decks in Programming
See All in Programming
Portapad紹介プレゼンテーション
gotoumakakeru
1
130
ワープロって実は計算機で
pepepper
2
1.4k
あのころの iPod を どうにか再生させたい
orumin
2
2.6k
Vue・React マルチプロダクト開発を支える Vite
andpad
0
110
Azure SRE Agentで運用は楽になるのか?
kkamegawa
0
710
AIでLINEスタンプを作ってみた
eycjur
1
220
OSS開発者という働き方
andpad
5
1.5k
Claude Codeで挑むOSSコントリビュート
eycjur
0
190
STUNMESH-go: Wireguard NAT穿隧工具的源起與介紹
tjjh89017
0
390
Improving my own Ruby thereafter
sisshiki1969
1
130
DockerからECSへ 〜 AWSの海に出る前に知っておきたいこと 〜
ota1022
5
1.9k
LLMOpsのパフォーマンスを支える技術と現場で実践した改善
po3rin
8
990
Featured
See All Featured
RailsConf 2023
tenderlove
30
1.2k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
46
7.6k
Bash Introduction
62gerente
614
210k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.5k
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
31
2.2k
Done Done
chrislema
185
16k
Build The Right Thing And Hit Your Dates
maggiecrowley
37
2.8k
Embracing the Ebb and Flow
colly
87
4.8k
jQuery: Nuts, Bolts and Bling
dougneiner
64
7.9k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
53k
GitHub's CSS Performance
jonrohan
1032
460k
Transcript
1 NETWORKING USING REDUX VLADYSLAV ANOKHIN SIGMA SOFTWARE
REDUX 2
REQUIREMENTS ▸Start request ▸Process success case ▸Process failure case 3
EXAMPLE 1 4
ACTION CREATOR 5
EXAMPLE 2 6
ASYNC ACTIONS 7
REDUX-THUNK 8
MIDDLEWARE 9
THUNK MIDDLEWARE 10
REDUX-SAGA 11
ANOTHER WAY 12
LESS DEPENDENCIES! 13
LINKS ▸Real life example ▸Future implementation ▸Hydra ▸Redux-Saga ▸Redux-Thunk 14