What is React?

What is React

React is a JavaScript library used for building reusable UI(user interface) components. It maintains by Facebook and the community of individual developers and companies. We use it for single page application. A single page application is a web application that interacts with the user by dynamically rewriting the current web page with new data from … Read more

What is JQuery?

jQuery is fast, lightweight and feature-rich JavaScript library. The purpose of jQuery is to “write less, do more” which make it easy to use JavaScript on our website. It takes a lot of common tasks that require many lines of JavaScript code to do. The lines are wrap into methods that we can call with … Read more