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
69
How To Write Unmaintainable Code
skurfuerst
0
59
PHPDD23: Practical Debugging and Performance Profiling
skurfuerst
0
64
Neos Con 2023: Migrating a Project to Neos 9
skurfuerst
0
31
Neos Con 2022: The New Content Repository
skurfuerst
0
32
Neos Conference 2021: Event Sourced Content Repository - the current status
skurfuerst
0
32
2020: Sandstorm Technology Radar
skurfuerst
0
12
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
R-SCoRe: Revisiting Scene Coordinate Regression for Robust Large-Scale Visual Localization
takmin
0
390
新卒(ほぼ)専業Kagglerという選択肢
nocchi1
1
1.8k
Amazon Bedrock AgentCore でプロモーション用動画生成エージェントを開発する
nasuvitz
6
370
キャリアを支え組織力を高める「多層型ふりかえり」 / 20250821 Kazuki Mori
shift_evolve
PRO
2
280
GitHub Copilot coding agent を推したい / AIDD Nagoya #1
tnir
2
4.1k
そのコンポーネント、サーバー?クライアント?App Router開発のモヤモヤを可視化する補助輪
makotot
3
220
AIエージェントの開発に必須な「コンテキスト・エンジニアリング」とは何か──プロンプト・エンジニアリングとの違いを手がかりに考える
masayamoriofficial
0
280
開発と脆弱性と脆弱性診断についての話
su3158
1
1.1k
サイボウズフロントエンドの横断活動から考える AI時代にできること
mugi_uno
4
1.4k
イオン店舗一覧ページのパフォーマンスチューニング事例 / Performance tuning example for AEON store list page
aeonpeople
1
160
はじめての転職講座/The Guide of First Career Change
kwappa
5
4.5k
モダンな現場と従来型の組織——そこに生じる "不整合" を解消してこそチームがパフォーマンスを発揮できる / Team-oriented Organization Design 20250825
mtx2s
4
460
Featured
See All Featured
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
32
1.4k
Java REST API Framework Comparison - PWX 2021
mraible
33
8.8k
A designer walks into a library…
pauljervisheath
207
24k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
49
3k
Automating Front-end Workflow
addyosmani
1370
200k
Fireside Chat
paigeccino
39
3.6k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
46
7.6k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
110
20k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
3k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
251
21k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
Bootstrapping a Software Product
garrettdimon
PRO
307
110k
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