SlideShare a Scribd company logo
An introduction
to Knockout.js
Emanuele Delbono
@emadb
Everyone loves jumping in muddy puddles
Everyone loves jumping in muddy puddles
writing javascript code
We write tons of
javascript code
I am
Web Developer in
CodicePlastico. I have fun
writing web apps in C#,
Javascript and Ruby.
Agenda
• The MVVM Pattern
• Welcome to Knockout
• Binding basics
• The features
• Conclusions
Presentation
patterns
The MVVM pattern
Model ViewModel View
An introduction to knockout.js
An introduction to knockout.js
An introduction to knockout.js
ViewModel has
methods too!
What is Knockoutjs?
“Knockout is a JavaScript library that helps you
to create rich, responsive display and editor user
interfaces with a clean underlying data model.
Any time you have sections of UI that update
dynamically [...], KO can help you implement it
more simply and maintainably.”
http://knockoutjs.com
Key features
• Declarative binding
• Automatic UI refresh
• Templating
• Dependency tracking
Bidirectional Data
Binding
ViewModel View
Binding
• data-bind attributes in HTML
• ko.observable() for the properties
• ko.applyBindings() to activate bindings
Binding
var viewModel = {
message: ko.observable('Welcome')
}
<div data-bind="text: message"></div>
Observable is a function!
Don’t do this:
viewModel.message = 'hi'
Do this:
viewModel.message('hi')
Code time
Recap
• Simple binding
• Array binding
• Computed
properties
• Event binding
• Conditionals
• Templates
• Subscriptions
• Messagging
• Contexts
• Custom bindings
• Virtual elements
Conclusions
• KO is small focused on binding
• Very low learning curve
• Focused on databinding (no routing,
model synchronization, etc...)
• Lots documentation
• Could be hard on big pages
https://github.com/emadb/jsday13

More Related Content

PPTX
Fundaments of Knockout js
PPTX
Introduction to Knockoutjs
PDF
Knockout js session
PPT
KnockoutJS and MVVM
PPTX
Knockout js
PPTX
Knockout.js
KEY
Knockout.js presentation
PPTX
Fundaments of Knockout js
Introduction to Knockoutjs
Knockout js session
KnockoutJS and MVVM
Knockout js
Knockout.js
Knockout.js presentation

What's hot (20)

PPTX
KnockOutjs from Scratch
PDF
JavaScript and BOM events
PDF
Web Components + Backbone: a Game-Changing Combination
PDF
Levent-Gurses' Introduction to Web Components & Polymer
PDF
A brave new web - A talk about Web Components
PPTX
Harness jQuery Templates and Data Link
PDF
Knockoutjs
PPTX
Jqueryppt (1)
PDF
Introduction to backbone js
PDF
Difference between java script and jquery
PPTX
Introduction to single page application with angular js
PDF
handout-05b
PPTX
MVVM Lights
PPTX
MVVM Applied: From Silverlight to Windows Phone to Windows 8
PPTX
Bringing the light to the client with KnockoutJS
PDF
Lesson 09
PPT
Os mobile
ODP
Basics of VueJS
ODP
Javascript frameworks: Backbone.js
PDF
Javascript and DOM
KnockOutjs from Scratch
JavaScript and BOM events
Web Components + Backbone: a Game-Changing Combination
Levent-Gurses' Introduction to Web Components & Polymer
A brave new web - A talk about Web Components
Harness jQuery Templates and Data Link
Knockoutjs
Jqueryppt (1)
Introduction to backbone js
Difference between java script and jquery
Introduction to single page application with angular js
handout-05b
MVVM Lights
MVVM Applied: From Silverlight to Windows Phone to Windows 8
Bringing the light to the client with KnockoutJS
Lesson 09
Os mobile
Basics of VueJS
Javascript frameworks: Backbone.js
Javascript and DOM
Ad

Viewers also liked (18)

PPTX
Knockout.js explained
PDF
jQuery in 10 minuten
PPTX
knockout.js
PPTX
Knockout js
PDF
Knockout js (Dennis Haney)
PPTX
Knockout (support slides for presentation)
PPTX
Knockout js
PPT
Knockout.js
PDF
Asp.Net MVC - Razor Syntax
PPTX
HTML 5, ASP.NET MVC & Windows Azure sessie voor Ivo Brugge
PPTX
Knockout JS Development - a Quick Understanding
PPTX
#2 Hanoi Magento Meetup - Part 2: Knockout JS
PPT
An Introduction to Ajax Programming
PPTX
Design for Developers: Introduction to Bootstrap 3
PPT
Ajax Ppt
PDF
jQuery Essentials
PPT
Download presentation
PPT
Slideshare Powerpoint presentation
Knockout.js explained
jQuery in 10 minuten
knockout.js
Knockout js
Knockout js (Dennis Haney)
Knockout (support slides for presentation)
Knockout js
Knockout.js
Asp.Net MVC - Razor Syntax
HTML 5, ASP.NET MVC & Windows Azure sessie voor Ivo Brugge
Knockout JS Development - a Quick Understanding
#2 Hanoi Magento Meetup - Part 2: Knockout JS
An Introduction to Ajax Programming
Design for Developers: Introduction to Bootstrap 3
Ajax Ppt
jQuery Essentials
Download presentation
Slideshare Powerpoint presentation
Ad

Similar to An introduction to knockout.js (20)

KEY
Sugarcoating your frontend one ViewModel at a time
PPTX
Knockout implementing mvvm in java script with knockout
PPTX
Training: MVVM Pattern
PPTX
Modern ASP.NET Webskills
PPT
MVVM frameworks
PPTX
Building databound JavaScript apps with Knockoutjs
PPTX
MV* presentation frameworks in Javascript: en garde, pret, allez!
PPTX
Mean stack
PPTX
Aspnet mvc
PPTX
Asp.net mvc 5 ppt
PPTX
MVC patten relate using in. net core latest varsion
PPTX
ME vs WEB - AngularJS Fundamentals
PPTX
Wintellect - Devscovery - Enterprise JavaScript Development 2 of 2
PDF
Mobile ASP.Net Web Forms - Making the impossible possible | FalafelCON 2014
PPTX
WPF For Beginners - Learn in 3 days
PPTX
Understanding The MVVM Pattern (TechDays Belgium)
PDF
Node.js for .NET Developers
PPTX
JavaScript in Universal Windows Platform apps
PDF
Targeting Mobile Platform with MVC 4.0
PPTX
Node.js meetup at Palo Alto Networks Tel Aviv
Sugarcoating your frontend one ViewModel at a time
Knockout implementing mvvm in java script with knockout
Training: MVVM Pattern
Modern ASP.NET Webskills
MVVM frameworks
Building databound JavaScript apps with Knockoutjs
MV* presentation frameworks in Javascript: en garde, pret, allez!
Mean stack
Aspnet mvc
Asp.net mvc 5 ppt
MVC patten relate using in. net core latest varsion
ME vs WEB - AngularJS Fundamentals
Wintellect - Devscovery - Enterprise JavaScript Development 2 of 2
Mobile ASP.Net Web Forms - Making the impossible possible | FalafelCON 2014
WPF For Beginners - Learn in 3 days
Understanding The MVVM Pattern (TechDays Belgium)
Node.js for .NET Developers
JavaScript in Universal Windows Platform apps
Targeting Mobile Platform with MVC 4.0
Node.js meetup at Palo Alto Networks Tel Aviv

More from Emanuele DelBono (13)

PDF
The simplest thing that could possibly work
PDF
Una crescita armoniosa
PDF
A sip of Elixir
PDF
React.js in real world apps.
PDF
An introduction to React.js
PDF
From ActiveRecord to EventSourcing
PDF
Ruby seen by a C# developer
PDF
Ruby loves DDD
PDF
Node azure
PDF
Da programmatore a CEO
KEY
Sinatra for REST services
PPTX
Test driving an MVVM App
PPTX
The simplest thing that could possibly work
Una crescita armoniosa
A sip of Elixir
React.js in real world apps.
An introduction to React.js
From ActiveRecord to EventSourcing
Ruby seen by a C# developer
Ruby loves DDD
Node azure
Da programmatore a CEO
Sinatra for REST services
Test driving an MVVM App

Recently uploaded (20)

PPTX
TechTalks-8-2019-Service-Management-ITIL-Refresh-ITIL-4-Framework-Supports-Ou...
PPTX
Chapter 5: Probability Theory and Statistics
PDF
Heart disease approach using modified random forest and particle swarm optimi...
PDF
DASA ADMISSION 2024_FirstRound_FirstRank_LastRank.pdf
PPTX
1. Introduction to Computer Programming.pptx
PDF
Transform Your ITIL® 4 & ITSM Strategy with AI in 2025.pdf
PDF
Univ-Connecticut-ChatGPT-Presentaion.pdf
PPTX
SOPHOS-XG Firewall Administrator PPT.pptx
PDF
gpt5_lecture_notes_comprehensive_20250812015547.pdf
PDF
A novel scalable deep ensemble learning framework for big data classification...
PDF
DP Operators-handbook-extract for the Mautical Institute
PDF
A comparative study of natural language inference in Swahili using monolingua...
PDF
A comparative analysis of optical character recognition models for extracting...
PDF
Accuracy of neural networks in brain wave diagnosis of schizophrenia
PPTX
OMC Textile Division Presentation 2021.pptx
PDF
Encapsulation_ Review paper, used for researhc scholars
PDF
ENT215_Completing-a-large-scale-migration-and-modernization-with-AWS.pdf
PPTX
TLE Review Electricity (Electricity).pptx
PDF
Video forgery: An extensive analysis of inter-and intra-frame manipulation al...
PPTX
A Presentation on Artificial Intelligence
TechTalks-8-2019-Service-Management-ITIL-Refresh-ITIL-4-Framework-Supports-Ou...
Chapter 5: Probability Theory and Statistics
Heart disease approach using modified random forest and particle swarm optimi...
DASA ADMISSION 2024_FirstRound_FirstRank_LastRank.pdf
1. Introduction to Computer Programming.pptx
Transform Your ITIL® 4 & ITSM Strategy with AI in 2025.pdf
Univ-Connecticut-ChatGPT-Presentaion.pdf
SOPHOS-XG Firewall Administrator PPT.pptx
gpt5_lecture_notes_comprehensive_20250812015547.pdf
A novel scalable deep ensemble learning framework for big data classification...
DP Operators-handbook-extract for the Mautical Institute
A comparative study of natural language inference in Swahili using monolingua...
A comparative analysis of optical character recognition models for extracting...
Accuracy of neural networks in brain wave diagnosis of schizophrenia
OMC Textile Division Presentation 2021.pptx
Encapsulation_ Review paper, used for researhc scholars
ENT215_Completing-a-large-scale-migration-and-modernization-with-AWS.pdf
TLE Review Electricity (Electricity).pptx
Video forgery: An extensive analysis of inter-and intra-frame manipulation al...
A Presentation on Artificial Intelligence

An introduction to knockout.js