To bubble up event to parent compoent
this.dispatch(new CustomEvent('name-of-event-without-on'), {detail: {json: 'object'}})
Forum App | |
Componentes: | |
- ListaPost | |
- TextArea | |
- Botón Agregar | |
- Posts | |
- Post | |
- Parrafo | |
- TextArea para Comments |
# instalar GIT | |
1. Update packetes de linux | |
- $ sudo apt-get update | |
2. Instalar git desde los packetes de linux | |
- $ sudo apt-get install git | |
const fs = require('fs') | |
const statesGeojsons = JSON.parse(fs.readFileSync('states.json', 'utf8')) | |
const municipalitiesGeojsons = JSON.parse(fs.readFileSync('municipalities.json', 'utf8')) | |
const MongoClient = require('mongodb').MongoClient | |
const cuid = require('cuid') | |
const turf = require('turf') | |
const centroid = require('@turf/centroid') | |
const turfBbox = require('@turf/bbox') | |
const URL_PREFIX = 'http://localhost:3000' | |
let codesMap = {} |
To bubble up event to parent compoent
this.dispatch(new CustomEvent('name-of-event-without-on'), {detail: {json: 'object'}})
## OS | |
### Linux Mint MATE | |
* https://www.linuxmint.com/ | |
## dev tools | |
### oh-my-zsh |
<!-- | |
Polymer icon set generated by IcoMoon.io | |
@element iron-iconset-svg | |
--> | |
<link rel="import" href="../bower_components/iron-icon/iron-icon.html"> | |
<link rel="import" href="../bower_components/iron-iconset-svg/iron-iconset-svg.html"> | |
<iron-iconset-svg name="icomoon" size="1024"> | |
<svg> | |
<defs> | |
<g id="add"> |
proximo paso: | |
formar una cooperativa | |
prioridad: | |
- comunicar los siguientes pasos | |
- plataforma para cooperativa online |
export const FETCH_PROJECTS_REQUESTED = 'FETCH_PROJECTS_REQUESTED' | |
export const FETCH_PROJECTS_SUCCEEDED = 'FETCH_PROJECTS_SUCCEEDED' | |
export const FETCH_PROJECTS_FAILED = 'FETCH_PROJECTS_FAILED' |