https://github.com/zaikoxander/event-platform
Aplicação desenvolvida no Ignite Lab de ReactJs 2022
https://github.com/zaikoxander/event-platform
apollo-client graphcms graphql ignite-lab react rocketseat tailwindcss typescript vite
Last synced: 3 months ago
JSON representation
Aplicação desenvolvida no Ignite Lab de ReactJs 2022
- Host: GitHub
- URL: https://github.com/zaikoxander/event-platform
- Owner: ZaikoXander
- License: unlicense
- Created: 2022-06-21T15:59:10.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-18T22:36:53.000Z (almost 3 years ago)
- Last Synced: 2024-12-27T23:55:49.254Z (5 months ago)
- Topics: apollo-client, graphcms, graphql, ignite-lab, react, rocketseat, tailwindcss, typescript, vite
- Language: TypeScript
- Homepage: https://eventplatform-xander.vercel.app/
- Size: 905 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
https://efficient-sloth-d85.notion.site/Material-complementar-86d4ef35af16471ebc3ae3eba1a378e5
CMS = Content Management System
WordPress Traz tanto o painel de ADMIN tanto quanto a parte visual do front-end (temas)
Headless CMS (GraphCMS): Painel de ADMIN (dados fornecidos através de uma API REST ou GraphQL)
React que consome essa API do CMSOperações no GraphQL: query / mutation
query = buscar dados
mutation = criar, alterar ou deletar dadosOverfating = backend devolvendo muito mais informação do que é necessário
Underfating = backend devolvendo quantidade de informação não suficiente