GMOD / jbrowse-components

Source code for JBrowse 2, a modern React-based genome browser
https://jbrowse.org/jb2
Apache License 2.0
205 stars 61 forks source link

Create optional URL hook for @jbrowse/react-app #3722

Open cmdcolin opened 1 year ago

cmdcolin commented 1 year ago

the component does not try to control the URL (or localestorage/sessionstorage for session for that matter), but for people who want it, we can add perhaps a 'hook' or some add on they can import to add this (and document via storybook)

cmdcolin commented 1 year ago

can also include session sharing since that would probably be tied to URL

cmdcolin commented 1 week ago

see discussion thread here about some usage of the "LaunchView" interface that could be hooked up to URL params https://github.com/GMOD/jbrowse-components/discussions/4552