COMPARATIVE ANALYSIS OF ANGULARJS AND REACTJS Anurag Kumar 1 and Ravi Kumar Singh 2 I. INTRODUCTION JavaScript is a client side scripting language which is used for providing dynamic attributes and features to the HTML webpages .JavaScript was developed for supporting the browser with feature of asynchronous communication, controlling the browser and for user interaction with the web page components. An HTML page is just a static page. JavaScript can make the website more interactive and user- friendliness, JavaScript helps easy navigation of the website and to provides interactivity. Based on JavaScript there are many frameworks are developed and also added many new features for server side scripting. JavaScript has emerged so much in web industry and if you look at the current websites there are no web technologies that are not using JavaScript. JavaScript is a dynamic scripting language, it instruct the browser to make changes to page elements after loading a page. JavaScript is easy to learn: you just need a browser and a text editor to begin writing and running your code. II. JAVASCRIPT FRAMEWORKS A. AngularJS AngularJS is an open source JavaScript framework maintained by Google and community which can help developers to create single page applications. AngularJS which are built on top of the JavaScript are making the life of developers very easy. The idea behind using AngularJS in web 1 School of Computer Science & Information Technology DAVV, Indore, MP, India 2 School of Computer Science & Information Technology DAVV, Indore, MP, India International Journal of Latest Trends in Engineering and Technology Vol.(7)Issue(4), pp.225-227 DOI: http://dx.doi.org/10.21172/1.74.030 e-ISSN:2278-621X Abstract- We live in a different era of web, we need better ways to quickly develop and deploy interactive web applications and that is where JavaScript frameworks come to the picture. JavaScript frameworks are the backbone of single page web applications development and provide superpowers to plain HTML and JavaScript. AngularJS and React.js are two most used javascript frameworks in current web development. Both frameworks are used to build interactive single page application. This research paper helps in understanding AngularJS and ReactJS. Keywords – Javascript, AngularJS, ReactJS, Two-way binding, Virtual DOM