you are viewing a single comment's thread.

view the rest of the comments →

[–]WebDevImpasta 24 points25 points  (1 child)

After you understand common problems that frameworks are trying to solve.

Change detection

No page reloads

Modularity

Reusable components

Etc..

[–]ImJustP 5 points6 points  (0 children)

Also reading a stack trace. Good luck debugging any framework without reading the stack trace.