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
Nuxt – The Future of Web Frameworks
Search
Christoph Hochstrasser
November 11, 2017
Programming
0
32
Nuxt – The Future of Web Frameworks
Christoph Hochstrasser
November 11, 2017
Tweet
Share
More Decks by Christoph Hochstrasser
See All by Christoph Hochstrasser
VILT Stack (DevTreff Amstetten)
hochchristoph
0
66
Git Workshop @ Makerspace[A]
hochchristoph
0
46
Einstieg in Open Source
hochchristoph
0
100
Nuxt – Die Zukunft der Webentwicklung
hochchristoph
0
110
Design Essentials für Techniker
hochchristoph
1
39
Look, no database
hochchristoph
0
240
7 Things Learned
hochchristoph
0
26
Heroku und PHP
hochchristoph
0
130
Einführung in Go
hochchristoph
0
60
Other Decks in Programming
See All in Programming
PicoRuby on Rails
makicamel
2
130
効率的な開発手段として VRTを活用する
ishkawa
0
130
Is Xcode slowly dying out in 2025?
uetyo
1
260
LINEヤフー データグループ紹介
lycorp_recruit_jp
1
2.4k
地方に住むエンジニアの残酷な現実とキャリア論
ichimichi
5
1.5k
0626 Findy Product Manager LT Night_高田スライド_speaker deck用
mana_takada
0
160
Kotlin エンジニアへ送る:Swift 案件に参加させられる日に備えて~似てるけど色々違う Swift の仕様 / from Kotlin to Swift
lovee
1
260
PHP 8.4の新機能「プロパティフック」から学ぶオブジェクト指向設計とリスコフの置換原則
kentaroutakeda
2
760
AIエージェントはこう育てる - GitHub Copilot Agentとチームの共進化サイクル
koboriakira
0
510
プロダクト志向なエンジニアがもう一歩先の価値を目指すために意識したこと
nealle
0
130
AI時代のソフトウェア開発を考える(2025/07版) / Agentic Software Engineering Findy 2025-07 Edition
twada
PRO
76
25k
新メンバーも今日から大活躍!SREが支えるスケールし続ける組織のオンボーディング
honmarkhunt
4
6.5k
Featured
See All Featured
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
53
2.9k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
29
1.8k
Become a Pro
speakerdeck
PRO
28
5.4k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
16k
Adopting Sorbet at Scale
ufuk
77
9.4k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
357
30k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
7
730
How to Ace a Technical Interview
jacobian
277
23k
Building Flexible Design Systems
yeseniaperezcruz
328
39k
Being A Developer After 40
akosma
90
590k
Embracing the Ebb and Flow
colly
86
4.7k
Designing for humans not robots
tammielis
253
25k
Transcript
NUXT — THE FUTURE OF WEB FRAMEWORKS
Ing. Christoph Hochstrasser twitter.com/hochchristoph github.com/CHH facebook.com/ christoph.hochstrasser
Gründer & Inhaber Firma Ing. Christoph Hochstrasser
React? Wer kennt hier…
Vue.js? Wer kennt hier…
Isomorphic? WTF!?
Traditionell:
Server HTML Model View Controller Browser DOM jQuery / Vue
/ React
ERB/Jinja/Twig/Smarty/… Template am Server, separates Template am Client
Duplicate Code
Keine Separation of Concerns Backend befasst sich mit UI Concerns,
wie User Flow
Isomorphic:
Server HTML Browser DOM Vue Component Node.js Server Code Client
Code Backend API View Controller Model REST, GraphQL, etc.
Separation of Concerns!
Keine doppelten Templates, alles UI kommt aus einer Component
25.10.2016 https://zeit.co/blog/next
None
None
Nuxt : Next Vue : React
Nuxt
Vue.js + Vue Router + Vue Server Side Rendering +
Webpack (+ Vuex)
Code!