Hacker News new | ask | show | jobs
by Tomuus 1798 days ago
I think this article skips over many nuances of the declarative model.

For a real "ground up" approach of explaining those I'd recommend this article series: https://acko.net/blog/climbing-mt-effect/

1 comments

Thanks for the recommendation! Read through all the three articles. Learnt a lot. Even though some of the things written in a way that were 'handwaving' as the author writes himself, and I couldn't understand everything ( I'll keep revisiting ) I'd never thought about declarative model enabling using O(n) code instead of O(n^2) when state in the application increases, and some of the other things he talks about. I've linked these articles series as a first thing in my blog post.