nileshtrivedi / better

Browser extension that suggests better/ethical/local/cheaper alternative products & services than your current tab's URL.
MIT License
88 stars 6 forks source link

Thoughts on using something like Preact or Handlebars? #11

Open oxalorg opened 3 years ago

oxalorg commented 3 years ago

I don't have a lot of experience with building extensions, but I think to make the creation of UI elements easier we can use something like Preact or Handlebars?

They might even help with creating better Options/Settings page, and Extension Icon Popup in the future like this:

image

nileshtrivedi commented 3 years ago

I don't have any objections to these. But let's wait till we need a complex options/settings page or a Icon pop-up? ES6 template literals might suffice for now for putting params from the current URL to alternative's URL.