You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems all the info is on the docs yet I'm not confident on how to use it. There is a linked repo with next.js that uses only react-aria SSRProvider on a page.js.
I guess my question is twofold:
which Provider should we use ? Is there any hierarchy we should follow ?
We are kicking off a project with Next.js at Wide agency and we will most definitely be using some of the packages. Thank you all for any tips and guidance.
The text was updated successfully, but these errors were encountered:
@polmoneys For my own information, are you using react-spectrum (the components) or react-aria (the aria hooks) in your project? SSRProvider has info on what you need for the former, while SSRProvider aria and i18n provider is if you are making your own components but utilizing our react-aria hooks.
β Question
Hola π. which Providers should I use on a Next.js project ?
π¦ Context
Related docs:
react-spectrum SSRProvider, react-spectrum SSRProvider II, react-aria SSRProvider, react-aria I18nProvider.
It seems all the info is on the docs yet I'm not confident on how to use it. There is a linked repo with next.js that uses only react-aria SSRProvider on a page.js.
I guess my question is twofold:
π» Code Sample
Is A) enough ?
Is B) accomplishing the same as A) above ?
should we C) ?
π§’ Your Company/Team
We are kicking off a project with Next.js at Wide agency and we will most definitely be using some of the packages. Thank you all for any tips and guidance.
The text was updated successfully, but these errors were encountered: