Stackblitz

Powering community

Gilberto López

Tech lead @ La Creativería

glopezr@lacreativeria.com

+506 8703 1266

¿Stackblitz?

Online IDE

♥️

Support

Let's check them out

Why Community? 🤔

Nice tool, but...

Modern Front-end web development

  • Web Components.
  • Modules.
  • Compilers.
  • Bundlers.
  • Experimental features.
  • Cross-browser compatibility.
  • Progressive Web Apps
  • ...
import { Component, OnInit, Input } from '@angular/core';
import { Hero } from '../hero';
 

@Component({
  selector: 'app-hero-detail',
  templateUrl: './hero-detail.component.html',
  styleUrls: ['./hero-detail.component.css']
})
export class HeroDetailComponent implements OnInit {

  @Input() hero: Hero;
 
  constructor() { }
 
  ngOnInit() {}
 
}

Setup time 🤯

Stackblitz 💪

Prototyping

1

Engagement

2

stackblitz.com/github/{github-username}/{repository}?/tree/{tag|branch|commit}

Training

3

Community ❤️ Stackblitz

  • Brings web development candy back to community.
  • Engages newcomers by killing complex setup.
  • Improves developer on-boarding experience.
  • Promotes community contribution.

Start

powering

community

Thanks!

Made with Slides.com