Skip to content

An application to demonstrate higher-order UI patterns using React and GraphQL

Notifications You must be signed in to change notification settings

sapientglobalmarkets/graphql-contacts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GraphQL Contacts

Getting started

Ensure you have graphql-contacts-server installed and running first, then:

$ npm install <--- substitute with yarn if you prefer it
$ npm start

Now point your browser to http://localhost:3000/.

Patterns Implemented

  1. Master-Detail UI Pattern: See src/MasterDetail/index.js
  2. Form validation: See src/ContactForm/ContactForm.js
  3. Observable View Models using GraphQL: See src/ContactsList/index.js and src/ContactForm/index.js
  4. Persistence using GraphQL: See src/ContactForm/index.js

About

An application to demonstrate higher-order UI patterns using React and GraphQL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published