DEV Community

Discussion on: Two-way data binding in vanilla JS (POC)

Collapse
 
anujjaryal profile image
Anuj jaryal

How extend it to include array of elements, like
I have in DOM:



< input name=product[1][quantity]>
and so on...

Collapse
 
phoinixi profile image
Francesco Esposito

I would say that this is mostly a Proof of concept to show a possible implementation of two-way data binding, but for an app I would advice you to use a library (e.g. React)