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
59
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
77
Introduction to React
trihargianto
0
47
Other Decks in Programming
See All in Programming
明示と暗黙 ー PHPとGoの インターフェイスの違いを知る
shimabox
2
420
Select API from Kotlin Coroutine
jmatsu
1
220
PHPでWebSocketサーバーを実装しよう2025
kubotak
0
250
WindowInsetsだってテストしたい
ryunen344
1
220
Quand Symfony, ApiPlatform, OpenAI et LangChain s'allient pour exploiter vos PDF : de la théorie à la production…
ahmedbhs123
0
120
生成AIコーディングとの向き合い方、AIと共創するという考え方 / How to deal with generative AI coding and the concept of co-creating with AI
seike460
PRO
1
350
プロダクト志向なエンジニアがもう一歩先の価値を目指すために意識したこと
nealle
0
120
Team topologies and the microservice architecture: a synergistic relationship
cer
PRO
0
1.2k
今ならAmazon ECSのサービス間通信をどう選ぶか / Selection of ECS Interservice Communication 2025
tkikuc
21
3.8k
Railsアプリケーションと パフォーマンスチューニング ー 秒間5万リクエストの モバイルオーダーシステムを支える事例 ー Rubyセミナー 大阪
falcon8823
4
1k
なぜ適用するか、移行して理解するClean Architecture 〜構造を超えて設計を継承する〜 / Why Apply, Migrate and Understand Clean Architecture - Inherit Design Beyond Structure
seike460
PRO
1
720
イベントストーミング図からコードへの変換手順 / Procedure for Converting Event Storming Diagrams to Code
nrslib
1
580
Featured
See All Featured
Building Flexible Design Systems
yeseniaperezcruz
328
39k
Building Adaptive Systems
keathley
43
2.6k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
Java REST API Framework Comparison - PWX 2021
mraible
31
8.7k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
29
9.5k
RailsConf 2023
tenderlove
30
1.1k
Build The Right Thing And Hit Your Dates
maggiecrowley
36
2.8k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
32
2.4k
Intergalactic Javascript Robots from Outer Space
tanoku
271
27k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
7
720
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
10
940
Six Lessons from altMBA
skipperchong
28
3.9k
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