Skip to content

Releases: nitedani/socket.io-react-hook

Release list

2.4.1

Choose a tag to compare

@nitedani nitedani released this 11 May 20:21

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

2.0

Choose a tag to compare

@nitedani nitedani released this 19 Oct 19:01

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