Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/piglovesyou/note-app

A sample implementation of LocalStorage-only React note-taking app
https://github.com/piglovesyou/note-app

graphql localstorage react

Last synced: about 2 months ago
JSON representation

A sample implementation of LocalStorage-only React note-taking app

Awesome Lists containing this project

README

        

# Note App

A sample implementation of LocalStorage-only React note-taking app.

https://piglovesyou.github.io/note-app/



## Tech Stack

* [Apollo Client](https://www.apollographql.com/docs/react/) for GraphQL client - [Test](https://github.com/piglovesyou/note-app/blob/main/src/data/client.test.ts)
* [apollo-cache-persist](https://github.com/apollographql/apollo-cache-persist) for LocalStorage persistence
* [Reactive variable](https://www.apollographql.com/docs/react/local-state/reactive-variables/) for in-memory app states
* [GraphQL code generator](https://www.graphql-code-generator.com/) for data typings and utilities
* TypeScript, React, Jest, create-react-app, etc.

## Features

* Autosave

## Author

Soichi Takamura [@piglovesyou](https://github.com/piglovesyou)