React Native combines the best parts of native development with React, a best-in-class JavaScript library for building user interfaces.
Tag: javascript
Strings, Regular Expressions and Template Literals – Part 1 | Understanding ES6
Strings are undoubtedly one of the most important data types in any programming language. Strings are in almost every programming language and to learn effective use of them is basic necessity of each developers.
Alternate Vanilla Javascript to use instead of jQuery
By using vanilla JavaScript we can avoid extra KBs on page load and it will also improve UI performance and responsiveness of devices and by removing external link to jQuery library we can also reduce one HTTP request.