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

5.x plan

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

Completed in 4.x

  • [x] upgrade mitt to v3
  • [x] remove BusContext export

Under consideration for 5.x

  • [ ] 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