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
61
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
85
Introduction to React
trihargianto
0
48
Other Decks in Programming
See All in Programming
NixOS + Kubernetesで構築する自宅サーバーのすべて
ichi_h3
0
930
10年もののAPIサーバーにおけるCI/CDの改善の奮闘
mbook
0
830
そのpreloadは必要?見過ごされたpreloadが技術的負債として爆発した日
mugitti9
2
3.4k
uniqueパッケージの内部実装を支えるweak pointerの話
magavel
0
1k
オープンソースソフトウェアへの解像度🔬
utam0k
15
2.9k
iOSエンジニア向けの英語学習アプリを作る!
yukawashouhei
0
200
実践Claude Code:20の失敗から学ぶAIペアプログラミング
takedatakashi
2
580
Domain-centric? Why Hexagonal, Onion, and Clean Architecture Are Answers to the Wrong Question
olivergierke
2
890
Pull-Requestの内容を1クリックで動作確認可能にするワークフロー
natmark
2
510
Six and a half ridiculous things to do with Quarkus
hollycummins
0
180
Go言語はstack overflowの夢を見るか?
logica0419
0
350
Le côté obscur des IA génératives
pascallemerrer
0
150
Featured
See All Featured
YesSQL, Process and Tooling at Scale
rocio
173
14k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
9
980
Automating Front-end Workflow
addyosmani
1371
200k
Optimising Largest Contentful Paint
csswizardry
37
3.5k
The World Runs on Bad Software
bkeepers
PRO
72
11k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
3.1k
Intergalactic Javascript Robots from Outer Space
tanoku
273
27k
A Tale of Four Properties
chriscoyier
161
23k
Code Reviewing Like a Champion
maltzj
526
40k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
33
2.5k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
234
17k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
35
3.2k
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