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
91
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
61
How To Write Unmaintainable Code
skurfuerst
0
53
PHPDD23: Practical Debugging and Performance Profiling
skurfuerst
0
60
Neos Con 2023: Migrating a Project to Neos 9
skurfuerst
0
29
Neos Con 2022: The New Content Repository
skurfuerst
0
28
Neos Conference 2021: Event Sourced Content Repository - the current status
skurfuerst
0
32
2020: Sandstorm Technology Radar
skurfuerst
0
11
Neos Conference 2020: Event Sourced Content Repository - the current status
skurfuerst
0
18
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
Lambda Web Adapterについて自分なりに理解してみた
smt7174
4
120
Observability infrastructure behind the trillion-messages scale Kafka platform
lycorptech_jp
PRO
0
140
なぜ私はいま、ここにいるのか? #もがく中堅デザイナー #プロダクトデザイナー
bengo4com
0
480
Yamla: Rustでつくるリアルタイム性を追求した機械学習基盤 / Yamla: A Rust-Based Machine Learning Platform Pursuing Real-Time Capabilities
lycorptech_jp
PRO
3
130
生成AI時代 文字コードを学ぶ意義を見出せるか?
hrsued
1
570
Liquid Glass革新とSwiftUI/UIKit進化
fumiyasac0921
0
230
Amazon S3標準/ S3 Tables/S3 Express One Zoneを使ったログ分析
shigeruoda
4
540
250627 関西Ruby会議08 前夜祭 RejectKaigi「DJ on Ruby Ver.0.1」
msykd
PRO
2
320
米国国防総省のDevSecOpsライフサイクルをAWSのセキュリティサービスとOSSで実現
syoshie
2
1.1k
AWS テクニカルサポートとエンドカスタマーの中間地点から見えるより良いサポートの活用方法
kazzpapa3
2
550
あなたの声を届けよう! 女性エンジニア登壇の意義とアウトプット実践ガイド #wttjp / Call for Your Voice
kondoyuko
4
470
BrainPadプログラミングコンテスト記念LT会2025_社内イベント&問題解説
brainpadpr
1
170
Featured
See All Featured
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
35
2.4k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
17
940
Java REST API Framework Comparison - PWX 2021
mraible
31
8.6k
Rebuilding a faster, lazier Slack
samanthasiow
82
9.1k
BBQ
matthewcrist
89
9.7k
Unsuck your backbone
ammeep
671
58k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
53k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
124
52k
A better future with KSS
kneath
239
17k
Gamification - CAS2011
davidbonilla
81
5.3k
What's in a price? How to price your products and services
michaelherold
246
12k
Documentation Writing (for coders)
carmenintech
72
4.9k
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