Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Speaker Deck
PRO
Sign in
Sign up for free
The Web Of The Future - Knockout Components
Jaime
September 12, 2014
Programming
1
1.2k
The Web Of The Future - Knockout Components
A very simple introduction to Knockout Components
Jaime
September 12, 2014
Tweet
Share
More Decks by Jaime
See All by Jaime
Mastering the Arcane Art of JavaScriptmancy @ DevSum
vintharas
1
610
From Angular 1 to Angular 2
vintharas
0
2.1k
Mastering The Arcane Art of JavaScriptmancy - Swetugg Edition
vintharas
1
1.5k
Mastering the Arcane Art of JavaScript-mancy
vintharas
0
3.7k
Level-Up Your Code-Fu With Chuck Norris (and ReSharper, VsVim and NCrunch)
vintharas
0
1.2k
Introduction to RavenDB
vintharas
0
1.3k
The Path to Jedi Text Editing With VIM - Padawan Edition
vintharas
0
1.7k
TypeScript
vintharas
3
300
The Way of the ReSharper Samurai
vintharas
0
280
Other Decks in Programming
See All in Programming
Vite でお手軽 Vue.js の環境構築
azuki
1
170
Keeping your team in top shape with the Gradle Enterprise API
runningcode
3
120
Independently together: better developer experience & App performance
bcinarli
0
150
Why Airflow? & What's new in Airflow 2.3?
kaxil
0
110
git on intellij
hiroto_kitamura
0
160
Jakarta EE 10 - Feature by Feature with My Open Source Journey
ivargrimstad
0
1.9k
#JJUG_CCC 「サポート」は製品開発? - JDBCライブラリ屋さんが実践する攻めのテクニカルサポートとJavaエンジニアのキャリアについて -
cdataj
0
400
Amazon Aurora の v1 が EOL になるので 10 クラスタアップグレードして出てきたノウハウ
dekokun
0
830
IE Graduation (IE の功績を讃える)
jxck
20
12k
PythonユーザによるRust入門
rmizuta3
9
3k
Voiceflowではじめる音声アプリ・チャットボット開発〜2022年版〜 / Introduction to Developing Voice Apps & Chatbots with Voiceflow
kun432
0
160
Cybozu GoogleI/O 2022 LT会 - Input for all screens
jaewgwon
0
160
Featured
See All Featured
Imperfection Machines: The Place of Print at Facebook
scottboms
253
12k
What's new in Ruby 2.0
geeforr
336
30k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
104
16k
5 minutes of I Can Smell Your CMS
philhawksworth
196
18k
Code Review Best Practice
trishagee
43
8.9k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
237
19k
ParisWeb 2013: Learning to Love: Crash Course in Emotional UX Design
dotmariusz
100
5.9k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
181
15k
Pencils Down: Stop Designing & Start Developing
hursman
112
9.8k
The World Runs on Bad Software
bkeepers
PRO
57
5.3k
jQuery: Nuts, Bolts and Bling
dougneiner
56
6.4k
Product Roadmaps are Hard
iamctodd
34
6.5k
Transcript
None
None
None
None
None
None
KO Components DEMO KO COMPONENTS IN MEDIUSFLOW
XI WANT TO KNOW MORE?
The Web of The Future KNOCKOUT 3.2. SEMANTIC
AND DOMAIN - SPECIFIC HTML REUSABLE COMPONENTS NEW UNIT OF COMPOSITION OF AN APP
The Web of The Future <html> <head><title>Mediusflow XI</title></head> <body> <app-header></app-header>
<inbox params=‘tasks’></inbox> <task params=‘selectedTask’></task> </body> </html> <folders></folders> <inbox-filter></inbox-filter> <grid params=“gridConfig”></grid> html template view model define(function(){ function ViewModel(params){ // stuff }; return ViewModel; });
The Web of The Future improve front-end architecture
IMPROVE COMPOSABILIty AND CODE REUSE improve readability IMPROVE PERFORMANCE: AMD, DISPOSAL
None
https://github.com/Vintharas/BackToTheFutureOfTheWeb
The Web of The Future
The Web of The Future 1. UPDATE KNOCKOUT.JS to 3.2
VERSION 2. ROCK ON!
None
The Web of The Future https://vimeo.com/97519516 https://vimeo.com/97519516
The Web of The Future KNOCKOUT DOCUMENTATION http://knockoutjs.com/documentation/component-overview.html
KNOCKMEOUT.NET on components http://www.knockmeout.net/2014/06/knockout-3-2-preview-components.html WEB COMPOnents W3C STANDARD http://www.w3.org/TR/components-intro/ POLYMER https://www.polymer-project.org/ ANGULAR.JS CUSTOM DIRECTIVES https://docs.angularjs.org/guide/directive
The Web of The Future ENJOY THOSE WEB COMPONENTS!