An open API service indexing awesome lists of open source software.

https://github.com/akshatbhargava123/one-way-data-binding-without-framework

One way data-binding using Proxy
https://github.com/akshatbhargava123/one-way-data-binding-without-framework

javascript one-way-data-binding proxy without-framework

Last synced: 8 days ago
JSON representation

One way data-binding using Proxy

Awesome Lists containing this project

README

          

## **One Way Databinding** in JS using Proxy
without any frontend framework

# How to use?

- Simply create an object instance using dataBinding function and pass your initial data to it.
- Make any element in your HTML template as _data-bind-**key_you_want_to_bind**_

# How it works?
It uses Javascript Proxy API to capture the set event on object.