Last week I started building a Chrome extension for a product. The extension was built with React as a view engine to render a popup. So I thought to document it to make anyone getting started on this to get along.
Last week I started building a Chrome extension for a product. The extension was built with React as a view engine to render a popup. So I thought to document it to make anyone getting started on this to get along.
In this blog, We will go through the process of building a Chrome extension using React. After this, you can add more functionalities to it very conveniently.
Link for Github Repository: https://github.com/onlyoneaman/chrome-extension-react
So Let’s get started.
This extension can access your active tab and change the background colour of the page.
Before
After
Article covers: How native is react native?, React Native vs (Ionic, Cordova), Similarities and difference between React Native and Native App Development.
Increase Performance of React Applications Via Array JavaScript Methods. We will create a simple event management application in the react to add, update, and delete an event.
This article will walk you through the concepts you would need to know to step into the world of widely used ReactJS.
One of the core ideas in functional programming is composition: building larger things from smaller things. The canonical example of this idea should be familiar with legos.
In this post, I will share my own point of view about React Hooks, and as the title of this post implies, I am not a big fan.