DEV Community

Discussion on: Create Chrome Extension in React

Collapse
 
619 profile image
Bobby

Reactjs in a chrome extension completely ruins the built in message passing capabilities. I found that using reactJS for my popup, background, and content scripts meant none of the 3 parts could talk to each other anymore.

Collapse
 
mihailthebuilder profile image
Mihail Marian

What alternative do you use? vanilla JS + webpack?

Collapse
 
nemrosim profile image
Artem Diashkin

I'm describing this issue here:
medium.com/litslink-frontend-devel...