1
0 Comments

React + TS starter for building browser extensions

https://github.com/abstractalgo/ext-react

This is an OSS project to help you start building browser extensions with React and Typescript.

It has 4 parts:

  • a React app for the content script
  • a React app for the options page
  • a React app for the popup
  • a TS file for the background script

It also has a custom config to transpile and build all those separate projects into something that you publish to Chrome store. So, you write regular React and TS and easily compile it all for publishing.

Happy coding!

on April 6, 2022