Skip to content

Commit

Permalink
first version
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenmarcus committed Nov 20, 2021
1 parent 0b88bd8 commit 5be1253
Show file tree
Hide file tree
Showing 3 changed files with 134 additions and 146 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,17 @@ Site em Português com tradução do Original reactpatterns.com de Michael Chan

https://guiareact.org

ou

https://padroesreact.org



## CONTRIBUA

- Clone o projeto em sua máquina
- Edite ou Crie os arquivos MD na pasta **documentation**
- Abra uma [Issue](https://github.com/rubenmarcus/guiareact.org/issues/new).
- Crie um [P/R](https://github.com/rubenmarcus/guiareact.org/compare) e adicione o link na sua issue.
- Crie um [P/R](https://github.com/rubenmarcus/guiareact.org/compare) e adicione o link na sua issue.


## ROADMAP

1 - TROCAR TODOS EXEMPLOS DE CLASSE PARA EXEMPLOS COM COMPONENTES FUNCIONAIS
2 - ADICIONAR GUIA DE HOOKS
3 - ADICIONAR MAIS EXEMPLOS
2 changes: 1 addition & 1 deletion components/pagehead.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default function PageHead(props) {
<meta
key="description"
name="description"
content="React patterns from beginners to advanced developers. Simple examples, short descriptions, and quality advice."
content="Guia de Padrões React.Com exemplos e padrões básicos a avançados."
/>
<link
href="https://fonts.googleapis.com/css?family=Merriweather:300,300i&display=swap"
Expand Down
Loading

0 comments on commit 5be1253

Please sign in to comment.