mtiger2k / todomvc-react-apollo-ssr

create-react-app todomvc with SSR from first principles in both Redux and Apollo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

todomvc-react-apollo-ssr

create-react-app todomvc with SSR from first principles in both Redux and Apollo

Usage

yarn install
yarn build
yarn serve

The web server is on http://localhost:3000.

The api server (with graphiql) is on http://localhost:4000.

Development

The main reference explains what we are trying to do.

yarn lint
yarn prettier

Further work

  • Mutation for todos from GraphQL.
  • Try apollo-server and subscriptions.
  • Cleanup Webpack config and scripts (i.e. ejected from create-react-app).
  • Cleanup todomvc implementation (i.e. make it feature centric)

About

create-react-app todomvc with SSR from first principles in both Redux and Apollo


Languages

Language:JavaScript 100.0%