Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dgraph-io/dgraph-react-todomvc
TodoMVC in React with GraphQL, Dgraph, NoSQL graph database
https://github.com/dgraph-io/dgraph-react-todomvc
dgraph graph-database react todomvc
Last synced: about 1 month ago
JSON representation
TodoMVC in React with GraphQL, Dgraph, NoSQL graph database
- Host: GitHub
- URL: https://github.com/dgraph-io/dgraph-react-todomvc
- Owner: dgraph-io
- Archived: true
- Created: 2019-03-18T14:49:55.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T02:32:49.000Z (about 2 years ago)
- Last Synced: 2024-06-24T07:33:32.156Z (6 months ago)
- Topics: dgraph, graph-database, react, todomvc
- Language: JavaScript
- Homepage: https://blog.dgraph.io/post/building-todo-list-react-dgraph/
- Size: 3.71 MB
- Stars: 7
- Watchers: 23
- Forks: 5
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-graphql - dgraph-react-todomvc - Dgraph + React TodoMVC example. (Examples / JavaScript Examples)
README
# TodoMVC in React with Dgraph as a GraphQL storage layer
You can read a step by step walkthrough of how we built this at the [Dgraph Blog](https://blog.dgraph.io/post/building-todo-list-react-dgraph/)
### Available Scripts
In the project directory, you can run:
#### `yarn start` or `npm start`
Runs the app in the development mode.
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.The page will reload if you make edits.
You will also see any lint errors in the console.### `yarn build` or `npm run build`
Builds the app for production to the `build` folder.
It correctly bundles React in production mode and optimizes the build for the best performance.The build is minified and the filenames include the hashes.
Your app is ready to be deployed!