Skip to content

Version 2.2.0

Latest
Compare
Choose a tag to compare
@aaronpanch aaronpanch released this 11 May 16:05
· 20 commits to main since this release

This minor release:

  • Optimizes the parsing of search strings in the useQueryParams hook by memoizing the parsed value. This helps with shallow equality checking in code (such as a side effect that depends on the query). The memoization is cached based on location.search and any query string parsing options.