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
94
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
94
How To Write Unmaintainable Code
skurfuerst
0
77
PHPDD23: Practical Debugging and Performance Profiling
skurfuerst
0
82
Neos Con 2023: Migrating a Project to Neos 9
skurfuerst
0
42
Neos Con 2022: The New Content Repository
skurfuerst
0
50
Neos Conference 2021: Event Sourced Content Repository - the current status
skurfuerst
0
50
2020: Sandstorm Technology Radar
skurfuerst
0
39
Neos Conference 2020: Event Sourced Content Repository - the current status
skurfuerst
0
32
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
230
Other Decks in Technology
See All in Technology
組織のSREを推進するためのPlatform EngineeringとEKS / Platform Engineering and EKS to drive SRE in your organization
chmikata
0
190
EMからVPoEを経てCTOへ:マネジメントキャリアパスにおける葛藤と成長
kakehashi
PRO
9
1.3k
LINE Messengerの次世代ストレージ選定
lycorptech_jp
PRO
19
7.6k
トップマネジメントとコンピテンシーから考えるエンジニアリングマネジメント
zigorou
4
750
vLLM Community Meetup Tokyo #3 オープニングトーク
jpishikawa
0
210
JAWS Days 2026 楽しく学ぼう! 認証認可 入門/20260307-jaws-days-novice-lane-auth
opelab
9
1.5k
kintone開発のプラットフォームエンジニアの紹介
cybozuinsideout
PRO
0
840
AWS DevOps Agent vs SRE俺 / AWS DevOps Agent vs me, the SRE
sms_tech
3
390
チームメンバー迷わないIaC設計
hayama17
5
4k
マルチアカウント環境でSecurity Hubの運用!導入の苦労とポイント / JAWS DAYS 2026
genda
0
100
「ストレッチゾーンに挑戦し続ける」ことって難しくないですか? メンバーの持続的成長を支えるEMの環境設計
sansantech
PRO
3
390
OpenClawで回す組織運営
jacopen
3
630
Featured
See All Featured
[RailsConf 2023] Rails as a piece of cake
palkan
59
6.4k
The B2B funnel & how to create a winning content strategy
katarinadahlin
PRO
1
290
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.6k
4 Signs Your Business is Dying
shpigford
187
22k
Why You Should Never Use an ORM
jnunemaker
PRO
61
9.8k
Documentation Writing (for coders)
carmenintech
77
5.3k
The Illustrated Children's Guide to Kubernetes
chrisshort
51
52k
The AI Revolution Will Not Be Monopolized: How open-source beats economies of scale, even for LLMs
inesmontani
PRO
3
3.1k
How to Talk to Developers About Accessibility
jct
2
150
How To Speak Unicorn (iThemes Webinar)
marktimemedia
1
400
Building a A Zero-Code AI SEO Workflow
portentint
PRO
0
370
SEOcharity - Dark patterns in SEO and UX: How to avoid them and build a more ethical web
sarafernandez
0
140
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