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
90
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
31
How To Write Unmaintainable Code
skurfuerst
0
44
PHPDD23: Practical Debugging and Performance Profiling
skurfuerst
0
55
Neos Con 2023: Migrating a Project to Neos 9
skurfuerst
0
26
Neos Con 2022: The New Content Repository
skurfuerst
0
23
Neos Conference 2021: Event Sourced Content Repository - the current status
skurfuerst
0
27
2020: Sandstorm Technology Radar
skurfuerst
0
8
Neos Conference 2020: Event Sourced Content Repository - the current status
skurfuerst
0
14
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
180
Other Decks in Technology
See All in Technology
プルリクエストレビューを終わらせるためのチーム体制 / The Team for Completing Pull Request Reviews
nekonenene
1
180
クラウド関連のインシデントケースを収集して見えてきたもの
lhazy
9
1.8k
Amazon Athenaから利用時のGlueのIcebergテーブルのメンテナンスについて
nayuts
0
100
Share my, our lessons from the road to re:Invent
naospon
0
150
DevinでAI AWSエンジニア製造計画 序章 〜CDKを添えて〜/devin-load-to-aws-engineer
tomoki10
0
190
データベースの負荷を紐解く/untangle-the-database-load
emiki
2
540
Aurora PostgreSQLがCloudWatch Logsに 出力するログの課金を削減してみる #jawsdays2025
non97
1
230
IoTシステム開発の複雑さを低減するための統合的アーキテクチャ
kentaro
1
120
Amazon Aurora のバージョンアップ手法について
smt7174
2
180
30→150人のエンジニア組織拡大に伴うアジャイル文化を醸成する役割と取り組みの変化
nagata03
0
200
AIエージェント開発のノウハウと課題
pharma_x_tech
7
4.2k
目標と時間軸 〜ベイビーステップでケイパビリティを高めよう〜
kakehashi
PRO
8
820
Featured
See All Featured
Rebuilding a faster, lazier Slack
samanthasiow
80
8.9k
VelocityConf: Rendering Performance Case Studies
addyosmani
328
24k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
656
59k
jQuery: Nuts, Bolts and Bling
dougneiner
63
7.7k
Testing 201, or: Great Expectations
jmmastey
42
7.2k
A designer walks into a library…
pauljervisheath
205
24k
Documentation Writing (for coders)
carmenintech
68
4.6k
Mobile First: as difficult as doing things right
swwweet
223
9.5k
The Cost Of JavaScript in 2023
addyosmani
47
7.4k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
44
7k
The Illustrated Children's Guide to Kubernetes
chrisshort
48
49k
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
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