jdanyow / blog-comments

Repo containing comments on my blog
https://danyow.net
MIT License
3 stars 0 forks source link

how-aurelia-works/ #1

Open utterances-bot opened 7 years ago

utterances-bot commented 7 years ago

How Aurelia Works

https://www.danyow.net/how-aurelia-works/

tristan625 commented 7 years ago

hey jeremy great post , I am new with aurelia, can you point me to resources from where I can get a top to bottom learning in the context of aurelia

jdanyow commented 7 years ago

hey @tristan625- there's a bunch of good training videos and books here

termoxin commented 3 years ago

good work!

earlbyrd1 commented 3 years ago

Hey, Jeremy. Very Good Explanation! I have one question. Is Observable object pooling means when rendering the view, creating all the property observers to subscribe the changes in the view and when unbind the view, unsubscribe the observers but keep the observers. next time, if the view needs to be rendered again, then subscribes the existing observers?

seyedmahdi4 commented 2 years ago

good