-
Notifications
You must be signed in to change notification settings - Fork 7.4k
New issue
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
React + NextJS #336
Comments
@vincentntang go for it! Please follow instructions here and link back your repo in this thread. FWIW, I have been working on a Nuxt FE implementation - which I need to get back to. Nuxt is to Vue what Next is to React. |
Would it matter if I used a state management library? Or just pure react+nextjS? |
Whatever is the "best practice" recommendation of the Next.js community + what makes sense for RealWorld I suppose. No hard & fast rules. e.g. our #1 FE repo is React+Redux so no worries. |
NextJS recommends either GraphQL or Redux implementation according to FAQ. https://nextjs.org/docs#faq I am going to do a react/redux/nextJS implementation. Repo in progress |
This is done already @vincentntang @anishkny ? |
My priorities have shifted and I am no longer working on this react + nextJs + redux implementation |
Resurrected by @reck1ess Demo: https://next-realworld-example-app.now.sh/ |
This would be nice to have. I can work on it if necessary.
Let me know your thoughts here
The text was updated successfully, but these errors were encountered: