Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated version that looks at tree based approaches such as React, Vue, etc #32

Open
fatso83 opened this issue Aug 9, 2023 · 0 comments

Comments

@fatso83
Copy link

fatso83 commented Aug 9, 2023

Even 8 years after this was last updated, this is still easily the best top-down approach of looking at single page applications IMHO, but I feel it needs a second edition that includes the "modern" approaches seen in React and Vue, where you build component trees.

I am not totally sure where to put these in the hierarchies, but it looks to me like they both belong to the model backed views camp with string-granular updates?

  • Markup-driven views vs. Model-backed views
  • View-granular vs. element-granular vs. string-granular updates

React renders the VDOM and diffs the results, updating what has changed, but it's a bit unclear how.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant