We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can we please port this to React? 🙏🏼
The text was updated successfully, but these errors were encountered:
I don't understand what's the problem of using it on react as it is now. I'm using it with vue without any issue
Sorry, something went wrong.
I got it to work using dynamic imports in Next.js so no problem.
But having a dedicated component with hooks, props, APIs would be better since you would be taking advantage of SSR etc.
For those wondering how to wrap JustGage in a React component and then dynamically importing it, here's the link: https://nextjs.org/docs/app/building-your-application/optimizing/lazy-loading#nextdynamic
This is what you would do:
const ComponentC = dynamic(() => import('../components/C'), { ssr: false })
No branches or pull requests
Can we please port this to React? 🙏🏼
The text was updated successfully, but these errors were encountered: