react-hooks-chrome-extension icon indicating copy to clipboard operation
react-hooks-chrome-extension copied to clipboard

A sample repo showing how to use react hooks to write chrome extensions

trafficstars

React Hooks Chrome Extension

The following is more of a proof of concept showing how you can go about using React Hooks to create a chrome extension with synced state between the various pages.

It also demonstrates how we can go about unit testing React Hooks.

Video of it in action here: https://www.youtube.com/watch?v=FHjZnk6JYVQ

To Run

yarn install yarn dev

Then load unpacked extension in chrome

To Test

yarn test