Skip to content

Releases: nitedani/socket.io-react-hook

2.4.1

11 May 20:21
Compare
Choose a tag to compare

What's Changed

  • Various fixes
  • Improve typescript types for useSocketEvent by @AntonPieper in #26

New Contributors

Full Changelog: 2.0...2.4.1

2.0

19 Oct 19:01
Compare
Choose a tag to compare
2.0

Removed useState from the context provider, switched to useRef and subscriptions. This will improve performance in some situations.