github react-hookz/web v2.0.0

latest releases: v14.3.0, v14.2.3, v14.2.2...
2 years ago

2.0.0 (2021-06-14)

Features

  • add initializeWithValue option to useCookie hook (#120) (17c9543)

BREAKING CHANGES

  • useCookie renamed to useCookieValue
  • useCookieValue default behaviour for browsers
    changed to fetch cookie value on state initialisation.

SSR remains untouched, but requires implicit setting of
initializeWithValue option to false, to avoid hydration mismatch.

Don't miss a new web release

NewReleases is sending notifications on new releases.