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
69
Git Workshop @ Makerspace[A]
hochchristoph
0
47
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
詳しくない分野でのVibe Codingで困ったことと学び/vibe-coding-in-unfamiliar-area
shibayu36
3
4.8k
Flutterで分数(Fraction)を表示する方法
koukimiura
0
130
10年もののAPIサーバーにおけるCI/CDの改善の奮闘
mbook
0
800
私達はmodernize packageに夢を見るか feat. go/analysis, go/ast / Go Conference 2025
kaorumuta
2
520
CI_CD「健康診断」のススメ。現場でのボトルネック特定から、健康診断を通じた組織的な改善手法
teamlab
PRO
0
200
dynamic!
moro
10
7.3k
タスクの特性や不確実性に応じた最適な作業スタイルの選択(ペアプロ・モブプロ・ソロプロ)と実践 / Optimal Work Style Selection: Pair, Mob, or Solo Programming.
honyanya
3
160
Swift Concurrency - 状態監視の罠
objectiveaudio
2
510
いま中途半端なSwift 6対応をするより、Default ActorやApproachable Concurrencyを有効にしてからでいいんじゃない?
yimajo
2
400
Introducing ReActionView: A new ActionView-Compatible ERB Engine @ Kaigi on Rails 2025, Tokyo, Japan
marcoroth
3
980
Advance Your Career with Open Source
ivargrimstad
0
470
オープンソースソフトウェアへの解像度🔬
utam0k
12
2.5k
Featured
See All Featured
Writing Fast Ruby
sferik
629
62k
Building a Modern Day E-commerce SEO Strategy
aleyda
43
7.7k
Visualization
eitanlees
148
16k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
333
22k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
252
21k
GraphQLとの向き合い方2022年版
quramy
49
14k
Navigating Team Friction
lara
189
15k
GraphQLの誤解/rethinking-graphql
sonatard
73
11k
Stop Working from a Prison Cell
hatefulcrawdad
271
21k
The Cult of Friendly URLs
andyhume
79
6.6k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
229
22k
Why Our Code Smells
bkeepers
PRO
339
57k
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!