Major Changes
-
744fd69: Use
@nhost/reactinstead of@nhost/react-auth
This major release allows to use the latest Nhost authentication state mechanism. It wraps and exportsNhostReactProviderasNhostAuthProvideranduseNhostAuthfrom@nhost/react.In order to use it, you need to install
@nhost/reactas it is now a peer dependency:npm install @nhost/react # or yarn add @nhost/reactIt is however recommended to switch to
@nhost/reactand to remove this package from your dependencies.
Minor Changes
- 744fd69: Unify vanilla, react and next APIs so they can work together
React and NextJS libraries now works together with@nhost/nhost-js. It also means the Nhost client needs to be initiated before passing it to the React provider.
See the React and NextJS configuration documentation for additional information.