Skip to content

Instantly share code, notes, and snippets.

View mlumoura's full-sized avatar

Maria Luiza Gonçalves de Moura mlumoura

View GitHub Profile
age gender fruit
20 1 apple
23 1 apple
25 1 apple
26 1 orange
29 1 orange
30 1 orange
31 1 Watermelon
33 1 Watermelon
37 1 Watermelon
@juunegreiros
juunegreiros / AluraCommons.js
Last active April 30, 2023 15:47
Aula 1 - Imersão React 3
import React from 'react';
import styled, { css } from 'styled-components';
import NextLink from 'next/link';
const BASE_URL = 'http://alurakut.vercel.app/';
const v = '1';
function Link({ href, children, ...props }) {
return (

DIOmarketplace

Comandos usados no módulo Redux do curso React Native da Digital Innovation One.


1. npx react-native init DIOmarketplace

2. yarn add eslint -D
   yarn eslint --init
import { commitMutation, graphql } from 'react-relay';
import environment from '../../../../environment';
const mutation = graphql`
mutation deleteNoteMutation($_id: ID) {
deleteNote(_id: $_id)
}
`;
function deleteNoteMutation(_id) {
@letanure
letanure / estados-cidades.json
Last active May 13, 2024 13:51
JSON estados cidades do brasil, dividido por estados. segunda lista atualizada em 2020, dados do IBGE
{
"estados": [
{
"sigla": "AC",
"nome": "Acre",
"cidades": [
"Acrelândia",
"Assis Brasil",
"Brasiléia",
"Bujari",