WebMemex / webmemex-extension

📇 Your digital memory extension, as a browser extension
https://webmemex.org
Other
208 stars 45 forks source link

Multi-page UI with react-router? #19

Closed Treora closed 7 years ago

Treora commented 7 years ago

We want to have

  1. The overview page, with search and everything.
  2. A settings page (which is also to be accessible from browser's extension list)
  3. A UI for importing bookmarks/history

All these could be pages with a single React app, managed with react-router. Or they could be separate html pages, that each possibly use React internally, and may just have links to navigate to each other. Or in between those two options, perhaps some (e.g. settings, import) would be grouped in one app.

What makes most sense?