forked from Squatconf/Talks
2 changed files with 68 additions and 0 deletions
@ -0,0 +1,30 @@ |
|||
|
|||
#infos |
|||
|
|||
auth-name : Hemanth.HM |
|||
|
|||
tag : Javascript, ES6, ES7, ES8 |
|||
|
|||
advance costs : TBD |
|||
|
|||
need room : Y |
|||
|
|||
Location : TBD |
|||
|
|||
Can host ppl : N/A |
|||
|
|||
Can host ppl : N/A |
|||
|
|||
|
|||
# Objective |
|||
|
|||
How ES{6,7,8..} will change the way you code JS, both on client and server side?! |
|||
|
|||
# Description |
|||
|
|||
JavaScript.next('ES6') is here! |
|||
|
|||
Time has arrived to use the reserved keywords like class and module, along with iterators, for/of loops, Python-style generators and generator expressions, arrow functions, binary data, collections (maps, sets and weak maps), proxies (metaprogramming for virtual objects and wrappers) and much more! |
|||
|
|||
Given that ES6 is very vast, in this talk I shall be giving an overview of all the above mentioned major features with demo on how we can use them today! |
|||
|
@ -0,0 +1,38 @@ |
|||
|
|||
#infos |
|||
|
|||
auth-name : Hemanth.HM |
|||
|
|||
tag : WebComponents, Ploymer, X-tags. |
|||
|
|||
advance costs : TBD |
|||
|
|||
need room : Y |
|||
|
|||
Location : TBD |
|||
|
|||
Can host ppl : N/A |
|||
|
|||
Can host ppl : N/A |
|||
|
|||
|
|||
# Objective |
|||
|
|||
What do I get from attending this talk? |
|||
|
|||
Hmm...This is not a tutorial on web components, rather a study on real use cases which will enable you pick the ingredient for the right dish! |
|||
|
|||
[ "What and Why web components?", |
|||
"Use cases with comprative analysis.", |
|||
"How to get started with Polymer and X-Tags?"].fill("FTW!"); |
|||
|
|||
|
|||
# Audiances will walk away with: |
|||
|
|||
Enlightment on Templates, Decorators, Custom Elements, Shadow DOM and Imports. |
|||
Self contained on when to choose what? |
|||
Some uber cool deoms and use cases indeed! |
|||
|
|||
# Requirements |
|||
|
|||
Zeal to embrace the change! |
Loading…
Reference in new issue