|
|
|
|
|
by pugworthy
2507 days ago
|
|
Speaking as an old fart, it's not about getting one framework but not the other, it's about the concept of the framework. For me, coming from a heavy Ruby on Rails background, I learned to just "trust the magic" with Angular (which is what I've used). Change the variable here, trust it will update in the component on the screen. Don't ask why. The other part about frameworks that was hard for a bit was, "But what part runs on the server?" - as in, that idea that the code on the browser is generated by something on a server, and whatever that server part is actually talks to the API. |
|