Skip to content

Instantly share code, notes, and snippets.

@tucq88
Last active June 1, 2017 07:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tucq88/6d51295d9ef55fd6711d2b3d095110a8 to your computer and use it in GitHub Desktop.
Save tucq88/6d51295d9ef55fd6711d2b3d095110a8 to your computer and use it in GitHub Desktop.
Meetup with 3T Angular team

Meetup with 3T Angular team

Introduction

I'm Tu - from Hanoi. I'm full-stack developer. You could find me @tucq88 (Skype, Twitter, Github - whatever you want)

Current issues

  • Not using angular-cli

    • Not isolate build files and source ones
    • Consistency risk
    • Lint
    • Host
  • Routing is doing wrong

Additional suggestions

Use a CSS methodology: BEM

.block{} // the "thing" like `.list`
.block__element{} // a child of the block like `.list__item`
.block--modifier{} // a variation of the "thing" like `.list-—vertical`

Example

Using Yarn

Dynamic components

CSS prefixer

Resources

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment