Skip to content

Instantly share code, notes, and snippets.

View maite-marques's full-sized avatar
👩‍💻
hacking

Maitê maite-marques

👩‍💻
hacking
View GitHub Profile
@maite-marques
maite-marques / checklist-context.md
Created October 14, 2022 21:18 — forked from ANDREHORMAN1994/checklist-context.md
Checklist do Context API

Checklist do Context API

Vamos começar criando nossos arquivos dentro da pasta src:

  • Criar uma pasta context;
  • Dentro da pasta context vamos criar um arquivo myContext.js;

Dentro do arquivo myContext.js:

  • Importar do react o createContext;
@maite-marques
maite-marques / checklist-react-redux.md
Last active February 23, 2023 14:50 — forked from icaroharry/checklist-react-redux.md
Checklist do React Redux

Antes de começar

  • pensar como será o formato do seu estado global
  • pensar quais actions serão necessárias na sua aplicação

Checklist do react-redux

  • npx create-react-app my-app-redux;
  • npm install --save redux react-redux;
  • npm install.

Criar dentro do diretório src:

@maite-marques
maite-marques / README-Template.md
Created February 26, 2021 14:07 — forked from alcir-junior-caju/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites