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
Sponsored
·
SiteGround - Reliable hosting with speed, security, and support you can count on.
→
Christoph Hochstrasser
November 11, 2017
Programming
0
34
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
73
Git Workshop @ Makerspace[A]
hochchristoph
0
49
Einstieg in Open Source
hochchristoph
0
110
Nuxt – Die Zukunft der Webentwicklung
hochchristoph
0
110
Design Essentials für Techniker
hochchristoph
1
42
Look, no database
hochchristoph
0
240
7 Things Learned
hochchristoph
0
31
Heroku und PHP
hochchristoph
0
140
Einführung in Go
hochchristoph
0
63
Other Decks in Programming
See All in Programming
Claude Code、ちょっとした工夫で開発体験が変わる
tigertora7571
0
200
15年目のiOSアプリを1から作り直す技術
teakun
1
600
Takumiから考えるSecurity_Maturity_Model.pdf
gessy0129
1
120
2026年は Rust 置き換えが流行る! / 20260220-niigata-5min-tech
girigiribauer
0
220
Claude Code の Skill で複雑な既存仕様をすっきり整理しよう
yuichirokato
1
300
New in Go 1.26 Implementing go fix in product development
sunecosuri
0
340
AHC061解説
shun_pi
0
330
Rubyと楽しいをつくる / Creating joy with Ruby
chobishiba
0
210
What Spring Developers Should Know About Jakarta EE
ivargrimstad
0
220
Event Storming
hschwentner
3
1.3k
CSC307 Lecture 15
javiergs
PRO
0
220
文字コードの話
qnighy
43
17k
Featured
See All Featured
StorybookのUI Testing Handbookを読んだ
zakiyama
31
6.6k
SEO Brein meetup: CTRL+C is not how to scale international SEO
lindahogenes
0
2.4k
How to Grow Your eCommerce with AI & Automation
katarinadahlin
PRO
1
130
Producing Creativity
orderedlist
PRO
348
40k
The MySQL Ecosystem @ GitHub 2015
samlambert
251
13k
Git: the NoSQL Database
bkeepers
PRO
432
66k
The Art of Programming - Codeland 2020
erikaheidi
57
14k
Navigating Weather and Climate Data
rabernat
0
130
Heart Work Chapter 1 - Part 1
lfama
PRO
5
35k
Pawsitive SEO: Lessons from My Dog (and Many Mistakes) on Thriving as a Consultant in the Age of AI
davidcarrasco
0
80
How to Align SEO within the Product Triangle To Get Buy-In & Support - #RIMC
aleyda
1
1.4k
Site-Speed That Sticks
csswizardry
13
1.1k
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!