Sha256: 70d1a0aa98ae1371dd1eff35a26d3f7d170ff4edb6ba9a7e6ae3fa2eb757c82b
Contents?: true
Size: 500 Bytes
Versions: 78
Compression:
Stored size: 500 Bytes
Contents
# Getting Started Volt relies on a few concepts to take make web development faster and easier. The first of these is reactive programming. Data on the front and back end is stored in models. Instead of manually updating a page when the data changes, the page is coded using a handlebars like templating language which automatically updates when the data changes. ## Reactive Values The key to making these updates happen is something we call "Reactive Values." A ReactiveValue wraps another v
Version data entries
78 entries across 78 versions & 1 rubygems