Archives de
Catégorie : Framework

jQuery in modern web development

jQuery in modern web development

jQuery is a JavaScript library that aims to simplify DOM manipulation, animations, ajax, and event handling. Some examples of jQuery syntax compared to vanilla JavaScript Executing code after the page has finished loading Vanilla Javascript: jQuery: Querying items, and adding a class to all of them Vanilla Javascript: jQuery: Adding a click handler to a div that progressively increases its width by 100px Vanilla Javascript: jQuery: The past When jQuery came out in 20061, ECMAScript (the JavaScript standard implemented by…

Lire la suite Lire la suite

Angular

Angular

The most popular JS framework Angular is a JavaScript framework developed by Google in 2009 and recognized as one of the most popular and complete frameworks. It has received high praise from the developer community. According to the StackOverflow 2019 survey, 30.7% of software engineers are now using AngularJS and the new Angular 2+ version to create user interfaces. Since the start of 2019, the Angular developer community has grown by 50% compared to 2018, as reported in NG-Conf 2019….

Lire la suite Lire la suite

React Native

React Native

Prior reading(Thanks Thibault Jolivet :)) What’s React Native? React Native is an open-source application framework created by Facebook in 2015, 2 years after the creation of the framework React. It is used to develop mobile applications such as Android, Android TV, iOS, macOS, Windows, etc. It uses tools based on JavaScript technology and the React library. How it works? As the name suggests, react native use native codes. « What does that mean?  » A native mobile app is a smartphone…

Lire la suite Lire la suite