Creat react extension is lets you build your next browser extensions using react. Develop your next extension using
Install the dependencies and devDependencies
$ cd create-react-extension
$ npm install
To build firefox extension in development mode run
$ npm run dev:firefox
To build chrome extension in development mode run
$ npm run dev:chrome
For production environments...
$ npm run build:firefox
or
$ npm run build:chrome
MIT