Web Developers Articles

Found 2 articles

Difference Between React Native and React

Samir Bhimbha
Samir Bhimbha
Updated on 06-Dec-2024 269 Views

React is a well-known JavaScript library mostly used to build dynamic and interactive user interface applications for the web. It is a creation of Facebook, which lets developers create reusable UI components and also provides a virtual DOM on which rendering is to be done. React Native is a new concept that applies the logic of React to developing mobile applications. That means developers can write mobile apps for both iOS and Android operating systems. Using React Native, one would get identical compiling with a single codebase. Using native components instead of elements from the web gives a real ...

Read More

How to Find the Text on Page in ElectronJS?

Aman Gupta
Aman Gupta
Updated on 13-Oct-2023 983 Views

Overview A find text on a page is a feature which helps a user to find a word on the page. An electronJs is an open source framework which creates a desktop application which can run on every operating system with its cross platform compatibility. The electronJs has many predefined instance methods with their respective functionality. So to build this feature of find text on page the electronJs provides a "findInPage" method which takes the current focused window and scans all the text on the page. Syntax For finding the text on page, the electronJs provides the below Syntax for ...

Read More
Showing 1–2 of 2 articles
« Prev 1 Next »
Advertisements