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
The Neos React Rewrite - Neos Meetup @Syzygy - ...
Search
Sebastian Kurfürst
September 08, 2016
Technology
0
93
The Neos React Rewrite - Neos Meetup @Syzygy - 08.09.2016
Sebastian Kurfürst
September 08, 2016
Tweet
Share
More Decks by Sebastian Kurfürst
See All by Sebastian Kurfürst
How To Write Unmaintainable Code - PHPDD 2024
skurfuerst
0
70
How To Write Unmaintainable Code
skurfuerst
0
60
PHPDD23: Practical Debugging and Performance Profiling
skurfuerst
0
65
Neos Con 2023: Migrating a Project to Neos 9
skurfuerst
0
31
Neos Con 2022: The New Content Repository
skurfuerst
0
33
Neos Conference 2021: Event Sourced Content Repository - the current status
skurfuerst
0
32
2020: Sandstorm Technology Radar
skurfuerst
0
13
Neos Conference 2020: Event Sourced Content Repository - the current status
skurfuerst
0
20
Plone-Tagung Dresden 2020 - Patterns und Best Practices für die Entwicklung erweiterbarer und leistungsstarker React SPAs am Beispiel der Neos CMS-Benutzeroberfläche
skurfuerst
1
200
Other Decks in Technology
See All in Technology
まずはマネコンでちゃちゃっと作ってから、それをCDKにしてみよか。
yamada_r
2
120
5分でカオスエンジニアリングを分かった気になろう
pandayumi
0
250
Generative AI Japan 第一回生成AI実践研究会「AI駆動開発の現在地──ブレイクスルーの鍵を握るのはデータ領域」
shisyu_gaku
0
320
なぜスクラムはこうなったのか?歴史が教えてくれたこと/Shall we explore the roots of Scrum
sanogemaru
5
1.7k
バイブスに「型」を!Kent Beckに学ぶ、AI時代のテスト駆動開発
amixedcolor
2
580
20250913_JAWS_sysad_kobe
takuyay0ne
2
240
20250912_RPALT_データを集める→とっ散らかる問題_Obsidian紹介
ratsbane666
0
100
Oracle Base Database Service 技術詳細
oracle4engineer
PRO
10
75k
JTCにおける内製×スクラム開発への挑戦〜内製化率95%達成の舞台裏/JTC's challenge of in-house development with Scrum
aeonpeople
0
250
企業の生成AIガバナンスにおけるエージェントとセキュリティ
lycorptech_jp
PRO
2
190
Practical Agentic AI in Software Engineering
uzyn
0
110
Aurora DSQLはサーバーレスアーキテクチャの常識を変えるのか
iwatatomoya
1
1.1k
Featured
See All Featured
Code Review Best Practice
trishagee
71
19k
Code Reviewing Like a Champion
maltzj
525
40k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
3k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
367
27k
Java REST API Framework Comparison - PWX 2021
mraible
33
8.8k
Making the Leap to Tech Lead
cromwellryan
135
9.5k
Testing 201, or: Great Expectations
jmmastey
45
7.7k
Designing for Performance
lara
610
69k
YesSQL, Process and Tooling at Scale
rocio
173
14k
BBQ
matthewcrist
89
9.8k
Build The Right Thing And Hit Your Dates
maggiecrowley
37
2.9k
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
Transcript
Meetup FFM
Neos Redone - The React Rewrite -
Sebastian Kurfürst @skurfuerst
Why rewrite?
None
None
not Ember vs React!
React / Redux Basics
demo
y = f(x) DOM = react(state)
state?
state is immutable
state actions reducer component tree
actions
reducer newState = f(oldState, action)
state component tree computed properties bonus: reselect
Why use React?
demo
predictable feels like synchronous code
optimizable quite fast by default, can be fine-tuned to be
really fast
How to install
https://github.com/neos/neos-ui
/neos -> old /neos! -> new
None