react-bus icon indicating copy to clipboard operation
react-bus copied to clipboard

4.x plan

Open goto-bus-stop opened this issue 2 years ago • 0 comments

  • [ ] upgrade mitt to v3
  • [ ] remove BusContext export
  • [ ] support mitt's stronger typing
    • [ ] could type instantiation be used? so people can do export const useMyListener = useListener<MyEventTypes> once in their app to get strict types everywhere.

goto-bus-stop avatar Apr 29 '22 11:04 goto-bus-stop