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
Jumpstart to React + Redux @fosa.akakom
Search
Tri Hargianto
May 26, 2018
Programming
1
67
Jumpstart to React + Redux @fosa.akakom
Materi techtalk Forum Open Source Akakom (FOSA), Yogyakarta
Tri Hargianto
May 26, 2018
Tweet
Share
More Decks by Tri Hargianto
See All by Tri Hargianto
Styling React Applications @jogjajs
trihargianto
0
99
Introduction to React
trihargianto
0
53
Other Decks in Programming
See All in Programming
モックわからないマン卒業記 ~振る舞いを起点に見直した、フロントエンドテストにおけるモックの使いどころ~
tasukuwatanabe
2
370
野球解説AI Agentを開発してみた - 2026/02/27 LayerX社内LT会資料
shinyorke
PRO
0
300
Vuetify 3 → 4 何が変わった?差分と移行ポイント10分まとめ
koukimiura
0
140
encoding/json/v2のUnmarshalはこう変わった:内部実装で見る設計改善
kurakura0916
0
410
Unity6.3 AudioUpdate
cova8bitdots
0
130
LangChain4jとは一味違うLangChain4j-CDI
kazumura
1
180
RubyとGoでゼロから作る証券システム: 高信頼性が求められるシステムのコードの外側にある設計と運用のリアル
free_world21
0
290
受け入れテスト駆動開発(ATDD)×AI駆動開発 AI時代のATDDの取り組み方を考える
kztakasaki
2
580
Rで始めるML・LLM活用入門
wakamatsu_takumu
0
180
CSC307 Lecture 15
javiergs
PRO
0
250
What Spring Developers Should Know About Jakarta EE
ivargrimstad
0
310
米国のサイバーセキュリティタイムラインと見る Goの暗号パッケージの進化
tomtwinkle
2
590
Featured
See All Featured
Sam Torres - BigQuery for SEOs
techseoconnect
PRO
0
220
Collaborative Software Design: How to facilitate domain modelling decisions
baasie
0
160
KATA
mclloyd
PRO
35
15k
Speed Design
sergeychernyshev
33
1.6k
Game over? The fight for quality and originality in the time of robots
wayneb77
1
140
Mozcon NYC 2025: Stop Losing SEO Traffic
samtorres
0
180
GraphQLとの向き合い方2022年版
quramy
50
14k
The untapped power of vector embeddings
frankvandijk
2
1.6k
Claude Code どこまでも/ Claude Code Everywhere
nwiizo
64
53k
The Director’s Chair: Orchestrating AI for Truly Effective Learning
tmiket
1
130
Crafting Experiences
bethany
1
87
Imperfection Machines: The Place of Print at Facebook
scottboms
269
14k
Transcript
Jumpstart to React + Redux @trihargianto
@trihargianto Tri Hargianto Software Engineer, Freelancer
Redux ? @trihargianto
Why Redux ? Why we use it ? @trihargianto
Lets take a look how state are managed in React
apps @trihargianto
React State Management @trihargianto
@trihargianto
React State Management @trihargianto
React State Management @trihargianto
React State Management @trihargianto
React State Management @trihargianto
React State Management @trihargianto
React State Management @trihargianto
back to Redux ... @trihargianto
Redux is a predictable state container for JavaScript apps. @trihargianto
You can use Redux together with React, or with any
other view library. @trihargianto
How Redux Works @trihargianto
How Redux Works @trihargianto
How Redux Works @trihargianto
How Redux Works @trihargianto
None
React + Redux Flow @trihargianto
React + Redux Flow @trihargianto
React + Redux Flow @trihargianto
React + Redux Flow @trihargianto
@trihargianto
Should we use Redux when writing React Apps ? @trihargianto
@trihargianto “ You’ll know when you need Redux. If you
aren’t sure if you need it, you don’t need it ” - Dan Abramov, creator of Redux
None
Freebies Links @trihargianto Getting started with Redux from Dan Abramov
• https://egghead.io/courses/getting-started-with-redux • https://egghead.io/courses/building-react-applications-with-idiomatic-redux React Redux Basics from Academind • https://youtu.be/qrsle5quS7A
Thank You @trihargianto Tri Hargianto Software Engineer, Freelancer
• https://redux.js.org (Redux Official Website) • https://youtu.be/qrsle5quS7A (Academind) References @trihargianto