gothinkster / realworld

"The mother of all demo apps" — Exemplary fullstack Medium.com clone powered by React, Angular, Node, Django, and many more

Home Page:https://main--realworld-docs.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React + NextJS

vincentntang opened this issue · comments

This would be nice to have. I can work on it if necessary.

Let me know your thoughts here

@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
https://github.com/vincentntang/realworld-react-redux-nextJS

This is done already @vincentntang @anishkny ?

@anishkny @danichim

The issue doesn't seem to close for about a year, I have implemented the Next.js project.

I made a pull request #469 (Adding Next.js front end repo)

Thank you for checking.. 🙏

My priorities have shifted and I am no longer working on this react + nextJs + redux implementation