For fast starting a react project Next.JS is a fairly good option. It provides static content generation or SSR, handles routing and many more advantages like automatic code splitting and serverless functions. Even this blog is developed on NextJs. Like other frameworks, it has many plugins for your web application. In this article, i will show how you can integrate your NextJs app with graphql.
Understanding architecture
You will need, a graphql server and client fo ...