You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 28, 2021. It is now read-only.
Hi, I am sorry if this was elaborated on somewhere and I missed it.
I have what I think is a typical use case for a library like this. A single page application that uses react-router.I have some global key bindings, and then some keybindings which may only be relevant when that page's component is mounted / active
For the purposes of discussion, say it looks like:
Should I not attempt to implement globals and just push all of the keybinding config into the components, and then have the components handle using the global behavior manually in my handler definition?
Hi, I am sorry if this was elaborated on somewhere and I missed it.
I have what I think is a typical use case for a library like this. A single page application that uses react-router.I have some global key bindings, and then some keybindings which may only be relevant when that page's component is mounted / active
For the purposes of discussion, say it looks like:
Should I not attempt to implement globals and just push all of the keybinding config into the components, and then have the components handle using the global behavior manually in my handler definition?
Please advise. Thank you.