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
67
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
2025 年のコーディングエージェントの現在地とエンジニアの仕事の変化について
azukiazusa1
22
12k
Kiroの仕様駆動開発から見えてきたAIコーディングとの正しい付き合い方
clshinji
1
210
基礎から学ぶ大画面対応(Learning Large-Screen Support from the Ground Up)
tomoya0x00
0
410
知っているようで知らない"rails new"の世界 / The World of "rails new" You Think You Know but Don't
luccafort
PRO
1
100
AWS発のAIエディタKiroを使ってみた
iriikeita
1
180
go test -json そして testing.T.Attr / Kyoto.go #63
utgwkk
3
290
Improving my own Ruby thereafter
sisshiki1969
1
160
AIコーディングAgentとの向き合い方
eycjur
0
270
AI Coding Agentのセキュリティリスク:PRの自己承認とメルカリの対策
s3h
0
200
アルテニア コンサル/ITエンジニア向け 採用ピッチ資料
altenir
0
100
Zendeskのチケットを Amazon Bedrockで 解析した
ryokosuge
3
290
Navigating Dependency Injection with Metro
zacsweers
3
240
Featured
See All Featured
Stop Working from a Prison Cell
hatefulcrawdad
271
21k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
8
920
Bash Introduction
62gerente
615
210k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
285
13k
GitHub's CSS Performance
jonrohan
1032
460k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
34
6k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
248
1.3M
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
15
1.6k
Speed Design
sergeychernyshev
32
1.1k
How GitHub (no longer) Works
holman
315
140k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
46
7.6k
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!