[x] New feature (non-breaking change which adds functionality)
What changes were made
The main motivation behind this change was to replace React with a more lightweight solution. In previous production builds, the content script would get as big as 302kb, which could negatively affect user performance. Using the Preact compatibility layer, we were able to reduce the content script size to just 193kb! This is a big step in making Tab Butler as small and efficient as possible.
Description
Closes #13
Type of changes made
Please delete options that are not relevant.
What changes were made
The main motivation behind this change was to replace React with a more lightweight solution. In previous production builds, the content script would get as big as 302kb, which could negatively affect user performance. Using the Preact compatibility layer, we were able to reduce the content script size to just 193kb! This is a big step in making Tab Butler as small and efficient as possible.