Introduction to the leading web development frameworks
We've already established a good level of understanding about the advancements in web testing frameworks and reviewed some of the differences and unique capabilities of each. The four leading test automation frameworks that we are covering in this book are challenged daily by the technology that frontend web application developers use to build their software.
After looking at the State of JavaScript survey for the past few years, specifically for 2020 (https://2020.stateofjs.com/en-US/), as well as researching dozens of blogs and online resources, we can see that there are 5-7 web development technologies that are leading the industry and have become the preferred choices for frontend developers.
The following are the most used frameworks:
- Vue.js (https://vuejs.org/)
- ReactJS (https://reactjs.org/)
- AngularJS (https://angularjs.org/)
- Ember.js (https://guides.emberjs.com/release/tutorial/part-1/)...