Friday, 23 March, 2018 UTC


Summary

  • Let’s list some main points why SPA (single page applications ) appeared on the stage of the modern web development: – Ajax came on the stage and brought us “invisible” client-server communicationRAM became cheaper, so got an opportunity to compute logic on the client-sideMobiles became most used devices overallApps complexity…
  • I am not going to deep dive inside but if you will research pre-conditions for SPA, you can find much more sense in the modern web development.
  • Angular(By Angular I mean Angular 2+ versions) – Angular was created with the whole bunch of brilliant ideas across different Frameworks.
  • The component approach was already on the stage, and we can see benefits of usage in any modern Framework.
  • ReactReact was also strongly affected by community experience in building web applications.
The story about benefits of learning both Angular and React Frameworks. Shared concept and preconditions of creation for both of them. Strong parts of Frameworks.
@jetrubyagency: Angular & React: Why you should learn both?
#business #Coding #reactjs #HTML #tech #devops…
Angular React: Why you should learn both?This battle is getting ridiculous attention from the developer’s side. I want to wipe off the line of battle and bring you some thoughts about why we need to explore the world outside of our frameworks or technologies.
Understanding the conceptsThere was a number of reasons why WEB evolved to the state which we see at the moment. Let’s list some main points why SPA (single page applications ) appeared on the stage of the modern web development:
Ajax came on the stage and brought us “invisible” client-server communicationRAM became cheaper, so got an opportunity to compute logic on the client-sideMobiles became most used devices overallApps complexity grew dramatically. There are different concepts like “Thin Server Architecture” to balance logic between server/client.I am not going to deep dive inside but if you will research pre-conditions for SPA, you can find much more sense in the modern web development. Some tools and patterns will appear in the new light for you!
Study the past if you would define the future.― Confucius
Shared features started from an idea of building solid static HTML pages and then add dynamic behavior. So that makes perfect sense if we would think about that form the context of 2009 when 80% of the web was built with the tremendous amount of forms. Also, this approach helped to separate developer roles.
Angular(By Angular I mean Angular 2+ versions)
Angular was created with…
Angular & React: Why you should learn both? – Hacker Noon