1
Good night,
I wanted to deepen my knowledge of javascript by understanding the inner workings of some frameworks.
There’s something I can’t find, like Angularjs and Vuejs do Data Binding in the view.
Example:
<body>
<div>{{name}}</div>
</body>
<script>
//.. Blah
$scope.name = "Mariana";
</script>
Returns
<div>Filipe</div>
Since I imagine the answer is a little long, if someone could point me to a place that explains how this effect is achieved, I would be very grateful.
Thank you in advance to all.
Good Samir, I really appreciate the help. I work in software engineering and before starting some more serious work that requires some technology, I like to learn even how it works internally, can’t imagine the help you’ve given me right now. Thank you.
– pihh-rocks
I’m quite happy to have helped. Your doubt made me look for something that also interests me, so thank you also :) .
– Samir Braga