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
Redux En RxJS
Search
Florent Le Gall
April 21, 2016
Programming
0
180
Redux En RxJS
Ma présentation de Redux en RxJS à Devoxx France
Florent Le Gall
April 21, 2016
Tweet
Share
Other Decks in Programming
See All in Programming
Claude Code + Container Use と Cursor で作る ローカル並列開発環境のススメ / ccc local dev
kaelaela
7
3.7k
プロダクト志向ってなんなんだろうね
righttouch
PRO
0
180
コードの90%をAIが書く世界で何が待っているのか / What awaits us in a world where 90% of the code is written by AI
rkaga
52
33k
第9回 情シス転職ミートアップ 株式会社IVRy(アイブリー)の紹介
ivry_presentationmaterials
1
290
なんとなくわかった気になるブロックテーマ入門/contents.nagoya 2025 6.28
chiilog
1
270
Hack Claude Code with Claude Code
choplin
4
1.5k
20250704_教育事業におけるアジャイルなデータ基盤構築
hanon52_
5
760
Goで作る、開発・CI環境
sin392
0
230
Node-RED を(HTTP で)つなげる MCP サーバーを作ってみた
highu
0
120
Railsアプリケーションと パフォーマンスチューニング ー 秒間5万リクエストの モバイルオーダーシステムを支える事例 ー Rubyセミナー 大阪
falcon8823
5
1.1k
Quand Symfony, ApiPlatform, OpenAI et LangChain s'allient pour exploiter vos PDF : de la théorie à la production…
ahmedbhs123
0
180
ふつうの技術スタックでアート作品を作ってみる
akira888
1
510
Featured
See All Featured
4 Signs Your Business is Dying
shpigford
184
22k
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
Facilitating Awesome Meetings
lara
54
6.4k
Why You Should Never Use an ORM
jnunemaker
PRO
58
9.4k
How to Ace a Technical Interview
jacobian
277
23k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
251
21k
Making the Leap to Tech Lead
cromwellryan
134
9.4k
RailsConf 2023
tenderlove
30
1.1k
Optimising Largest Contentful Paint
csswizardry
37
3.3k
Raft: Consensus for Rubyists
vanstee
140
7k
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
We Have a Design System, Now What?
morganepeng
53
7.7k
Transcript
#DevoxxFR #ReduxEnRxJS Redux en RxJS Florent Le Gall (Fluo) @flornt
1
#DevoxxFR #ReduxEnRxJS Redux en RxJS 2 • Redux ? •
RxJS - Scan • Live coding
#DevoxxFR #ReduxEnRxJS Redux 3 • “A predictable state container for
JavaScript apps”
#DevoxxFR #ReduxEnRxJS Redux 4
#DevoxxFR #ReduxEnRxJS Redux 5
#DevoxxFR #ReduxEnRxJS Redux 6
#DevoxxFR #ReduxEnRxJS Redux 7 • Une seule source de vérité
: le store • L’état en lecture seule • Changements réalisés avec des fonctions pures
#DevoxxFR #ReduxEnRxJS Redux 8 (previousState, action) => newState
#DevoxxFR #ReduxEnRxJS Rx - Scan 9
#DevoxxFR #ReduxEnRxJS Rx - Dispatch / Subscribe 10
#DevoxxFR #ReduxEnRxJS Live Coding ! https:/ /github.com/flegall/devoxx-redux-rxjs 11
#DevoxxFR #ReduxEnRxJS Merci https:/ /github.com/flegall/devoxx-redux-rxjs (code) https:/ /css-tricks.com/learning-react-redux/ (schémas Redux)
https:/ /github.com/garbles/yolk (YolkJS) 12