Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 520 Bytes

KNOCKOUT.md

File metadata and controls

8 lines (6 loc) · 520 Bytes
title excerpt
Knockout
a library that helps developers creating user interfaces with a clean underlying data model

Knockout

Knockout (shortened as KO) is a JavaScript library that helps developers creating rich, responsive display and editor user interfaces with a clean underlying data model. Knockout helps implementing sections of UI that update dynamically (e.g. changes depending on user’s actions or when external data source gets updated) more simply and maintainably.