Browse Source

Update overview.md

Klaudiusz Dembler 4 years ago
parent
commit
25c5625404
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/overview.md

+ 2 - 2
docs/overview.md

@@ -4,11 +4,11 @@ Atlas is a content consumption and publication app for the Joystream platform. T
 
 
 ## Conventions
 ## Conventions
 
 
-### Some of the used tools
+### Some of the used tools/tech
 
 
 - React
 - React
 - Typescript
 - Typescript
-- GraphQL
+- GraphQL (+ [Relay-style pagination](https://graphql.org/learn/pagination/))
 - ESLint, Prettier - for enforcing common code style
 - ESLint, Prettier - for enforcing common code style
 - [Mirage JS](https://miragejs.com/) - for [client-side mocking](#client-side-data-mocking)
 - [Mirage JS](https://miragejs.com/) - for [client-side mocking](#client-side-data-mocking)
 - [Emotion](https://emotion.sh/) - for all the styling
 - [Emotion](https://emotion.sh/) - for all the styling